|
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. |
構文
|
|
|
Event ControlStateChanged(sNewState As Integer, sPrevState As Integer)
|
|
|
|
void FireControlStateChanged(short sNewState, short sPrevState);
|
| sNewState | New status. |
| sPrevState | Prior status. |
戻り値
使用例
特記事項
参照
|