|
Control status model. Control status is one of the following.
| EquipmentOffLine | 0 | Tool offline |
| AttemptOnLine | 1 | Attempting online |
| HostOffLine | 2 | Host offline |
| OnLineLocal | 3 | Online local |
| OnLineRemote | 4 | Online remote |
Some control status transitions are not allowed. For this reason, ControlStateSwitch is used of online/offline switching. Refer to Control Status Model regarding allowed status transitions.
Syntax
|
|
|
short GetControlState();
void SetControlState(short sNewValue);
|
Return Value
Example
Remarks
See Also
ControlStateSwitch Property
ControlStateChanged Event
|