AVEVA OMI Software Developer Kit



ArchestrA.Client.Navigation Namespace : LocalAlarmExistsBits Enumeration
LocalAlarmExistsBits Enumeration
This enumeration is used for indexing into the the LocalAlarmExists bitfield returned by the AlarmData class. A bit that is on indicates that the corresponding integer returned as AlarmData contains at least one locally generated alarm (not aggregrated from a child runtime object)
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum LocalAlarmExistsBits 
   Inherits System.Enum
'Usage
 
Dim instance As LocalAlarmExistsBits
[Flags()]
public enum LocalAlarmExistsBits : System.Enum 
[Flags()]
public enum class LocalAlarmExistsBits : public System.Enum 
Members
MemberDescription
AckSeverity1 AckSeverity1
AckSeverity2 AckSeverity2
AckSeverity3 AckSeverity3
AckSeverity4 AckSeverity4
RtnSeverity1 RtnSeverity1
RtnSeverity2 RtnSeverity2
RtnSeverity3 RtnSeverity3
RtnSeverity4 RtnSeverity4
UnackSeverity1 UnackSeverity1
UnackSeverity2 UnackSeverity2
UnackSeverity3 UnackSeverity3
UnackSeverity4 UnackSeverity4
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.Navigation.LocalAlarmExistsBits

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also