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.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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