Method | Description | |
---|---|---|
SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void |
Sets the limit state of the condition.
|
Method | Description | |
---|---|---|
UpdateState ( TwoStateVariableState limit, bool active ) : void |
Updates the state.
|
public SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void | ||
context | ISystemContext | The system context. |
limit | LimitAlarmStates | The bit masks specifying the current state. |
return | void |