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 |
構文
|
short GetControlState()
void SetControlState(short)
|
戻り値
使用例
|
Dim nControlState As Integer
nControlState = .ControlState
|
|
short sControlState = m_ctrl.GetControlState();
|
特記事項
Some control status transitions are not allowed. For this reason, please use ControlStateSwitch propertyto switch between on-line and off-line state.
参照
|