C# Class Opc.Ua.ExclusiveLimitAlarmState

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

Public Methods

Method Description
SetActiveState ( ISystemContext context, bool active ) : void

Sets the active state of the condition.

SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void

Sets the limit state of the condition.

Method Details

SetActiveState() public method

Sets the active state of the condition.
public SetActiveState ( ISystemContext context, bool active ) : void
context ISystemContext The system context.
active bool if set to true the condition is active.
return void

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