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.
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

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

Creates a snapshort of the alarm.
public CreateSnapshot ( ) : UnderlyingSystemAlarm
Résultat UnderlyingSystemAlarm

SetStateBits() public méthode

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