C# Class Opc.Ua.ExclusiveLimitAlarmState

Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

SetLimitState() public méthode

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.
Résultat void