Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The possible states for a limit alarm.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[FlagsAttribute]
public enum LimitAlarmStates
Visual Basic
<FlagsAttribute> _
Public Enumeration LimitAlarmStates
Visual C++
[FlagsAttribute]
public enum class LimitAlarmStates

Members

Member nameValueDescription
Inactive0 The alarm ia inactive.
HighHigh1 The alarm is in the HighHigh state.
High2 The alarm is in the High state.
Low4 The alarm is in the Low state.
LowLow8 The alarm is in the LowLow state.

See Also