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



get-client-name [70] (6) Recommended


        get-client-name [70] ( session : Session-No )
                -> ( HOLLERITH );

This call returns the name of the client that owns session number session. This client name 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.