Communication status changed. Communication status is one of the following.
Disabled | 0 | Communication disabled |
NotCommunicating | 1 | Communication aborted |
Communicating | 2 | Communication in progress |
Syntax
|
Event CommunicationStateChanged(sNewState As Integer, sPrevState As Integer)
|
|
void FireCommunicationStateChanged(short sNewState, short sPrevState);
|
sNewState | New status |
sPrevState | Prior status |
Return Value
Example
Remarks
See Also
|