|
Communication status changed.
| NotConnected | 0 | Not connected |
| NotSelected | 1 | Connected (not selected) |
| Selected | 2 | Connected (selected) |
Syntax
|
|
|
Event ConnectionStateChanged(sNewState As Integer, sPrevState As Integer)
|
|
|
|
void FireConnectionStateChanged(short sNewState, short sPrevState);
|
| sNewState | New status. |
| sPrevState | Prior status. |
Return Value
Example
Remarks
See Also
|