uaPLUS Reference
EventChangeMask Enumeration
See Also  Send Feedback
NSPlugin Namespace : EventChangeMask Enumeration

Glossary Item Box

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
C# 
[FlagsAttribute()]
public enum EventChangeMask : System.Enum 

Members

MemberDescription
AckState The condition’s acknowledgment state has changed.
ActiveState The condition’s active state has changed.
Attribute One or more event attributes have changed (compared to prior event notifications related to this condition).
EnableState The condition’s enabled state has changed.
Message The event message has changed (compared to prior event notifications related to this condition).
Quality The ConditionQuality has changed.
Severity The severity level has changed.
SubCondition The condition has transitioned into a new sub-condition.

Inheritance Hierarchy

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

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

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.