XDASrv Reference Manual
EventChangeMask Enumeration
See Also  Send Feedback
NSPlugin Namespace : EventChangeMask Enumeration




The Change Mask defines flag bits.
It is used in OnEvent callbacks to indicates to the client which properties of the condition have changed, to have caused the server to send the event notification. One or more bits may be set in a mask.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum EventChangeMask 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As EventChangeMask
C# 
[FlagsAttribute()]
public enum EventChangeMask : System.Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum EventChangeMask : public System.Enum 
C++/CLI 
[FlagsAttribute()]
public enum class EventChangeMask : public System.Enum 

Members

MemberDescription
AckStateThe condition’s acknowledgment state has changed.
ActiveStateThe condition’s active state has changed.
AttributeOne or more event attributes have changed (compared to prior event notifications related to this condition).
EnableStateThe condition’s enabled state has changed.
MessageThe event message has changed (compared to prior event notifications related to this condition).
QualityThe ConditionQuality has changed.
SeverityThe severity level has changed.
SubConditionThe condition has transitioned into a new sub-condition.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.EventChangeMask

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.