C# Class 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.
Mostra file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
CreateSnapshot ( ) : UnderlyingSystemAlarm

Creates a snapshort of the alarm.

SetStateBits ( UnderlyingSystemAlarmStates bits, bool isSet ) : bool

Sets or clears the bits in the alarm state mask.

Method Details

CreateSnapshot() public method

Creates a snapshort of the alarm.
public CreateSnapshot ( ) : UnderlyingSystemAlarm
return UnderlyingSystemAlarm

SetStateBits() public method

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.
return bool