C# Класс Opc.Ua.ExclusiveLimitAlarmState

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SetActiveState() публичный Метод

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.
Результат void

SetLimitState() публичный Метод

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.
Результат void