EasyUA Reference
LimitAlarmStates Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : LimitAlarmStates Enumeration

Glossary Item Box

The possible states for a limit alarm.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As LimitAlarmStates
C# 
[FlagsAttribute()]
public enum LimitAlarmStates : System.Enum 

Members

MemberDescription
High The alarm is in the High state.
HighHigh The alarm is in the HighHigh state.
Inactive The alarm ia inactive.
Low The alarm is in the Low state.
LowLow The alarm is in the LowLow state.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.LimitAlarmStates

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.