C# Класс Quickstarts.AlarmConditionServer.UnderlyingSystemAlarm

This class stores the state of a alarm known to the system.
This class only stores the information about an alarm that a system has. The system has no concept of the UA information model and the NodeManager must convert the information stored in this class into the UA equivalent.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateSnapshot ( ) : UnderlyingSystemAlarm

Creates a snapshort of the alarm.

SetStateBits ( UnderlyingSystemAlarmStates bits, bool isSet ) : bool

Sets or clears the bits in the alarm state mask.

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

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

Creates a snapshort of the alarm.
public CreateSnapshot ( ) : UnderlyingSystemAlarm
Результат UnderlyingSystemAlarm

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

Sets or clears the bits in the alarm state mask.
public SetStateBits ( UnderlyingSystemAlarmStates bits, bool isSet ) : bool
bits UnderlyingSystemAlarmStates The bits.
isSet bool if set to true the bits are set; otherwise they are cleared.
Результат bool