Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The possible states for a limit alarm.
Namespace: Opc.UaAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Inactive | 0 | The alarm ia inactive. | |
| HighHigh | 1 | The alarm is in the HighHigh state. | |
| High | 2 | The alarm is in the High state. | |
| Low | 4 | The alarm is in the Low state. | |
| LowLow | 8 | The alarm is in the LowLow state. |