This event is fired when the logical connection is closed.
not applicable;
not applicable;
not applicable;
Event OnClose(ConnIndex As Long,
eCloseType As tagTxSSHCloseType)
Enum tagTxSSHCloseType
Const TxctReturn = 0
Const TxctSignal = 1
Const TxctError = 2
End Enum
[ActiveX]
void _stdcall OnClose([in] long
ConnIndex, [in] TxSSHCloseType
eCloseType);
typedef enum tagTxSSHCloseType{
TxctReturn=0,
TxctSignal=1,
TxctError=2
} TxSSHCloseType;
not implemented;
Parameters
- ConnIndex - index in the list of closed connection.
- eCloseType - specifies reason of connection closing
Values
|
Description
This event is fired when the
logical connection is closed. No more data should be
sent to this connection after receiving this event.