Gets or sets GEM control state. Control state is one of followings:
0 | Equipment off-line |
1 | Attempt on-line |
2 | Host off-line |
3 | On-line local |
4 | On-line remote |
Syntax
|
short GetControlState()
void SetControlState(short)
|
Return Value
Example
|
Dim nControlState As Integer
nControlState = .ControlState
|
|
short sControlState = m_ctrl.GetControlState();
|
Remarks
Some control status transitions are not allowed. For this reason, please use ControlStateSwitch propertyto switch between on-line and off-line state.
See Also
|