RCmdError
This event is used when communications between the client and the host have terminated prematurely.
Syntax |
Private Sub RshCtrl_OnRCmdError(LONG, STRING) |
Parameters
|
error code—helps determine problems. (LONG) error msg—describes the error condition. (STRING) |
Return Value |
None |
Note: |
Usually, this command is used if there is a socket problem or if the host is unreachable. |