C# Class Opc.Ua.NonExclusiveLimitAlarmState

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void

Sets the limit state of the condition.

Private Methods

Method Description
UpdateState ( TwoStateVariableState limit, bool active ) : void

Updates the state.

Method Details

SetLimitState() public method

Sets the limit state of the condition.
public SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void
context ISystemContext The system context.
limit LimitAlarmStates The bit masks specifying the current state.
return void