Home |
Function xn_telnet_disconnect |
Function xn_telnet_disconnectThis function terminates and closes a Telnet session and frees all resources associated with it. int xn_telnet_disconnect(tnc_context * context); ParameterscontextPointer to the Telnet session context structure. The context must have been established by xn_telnet_connect. return valueReturns 0 if successful, otherwise SOCKET_ERROR.
|