Control status changed. Control status is one of the following.
EquipmentOffLine | 0 | Equipment offline. |
AttemptOnLine | 1 | Attempt online. |
HostOffLine | 2 | Host offline. |
OnLineLocal | 3 | Online local. |
OnLineRemote | 4 | Online remote. |
Syntax
|
Event ControlStateChanged(sNewState As Integer, sPrevState As Integer)
|
|
void FireControlStateChanged(short sNewState, short sPrevState);
|
sNewState | New status. |
sPrevState | Prior status. |
Return Value
Example
Remarks
See Also
|