Node:get-client-version, Next:, Previous:get-client-name, Up:Protocol Requests



get-client-version [71] (6) Recommended


        get-client-version [71] ( session : Session-No )
                -> ( HOLLERITH );

This call returns the version of the client that owns session number session. This client version string returned is the one set by the client using set-client-version. If set-client-version has not been issued in session number session, the empty string is returned.

See set-client-version, for an example of this call.

Error codes

login-first
Login required before issuing this call.
undefined-session
The session session does not exist.