Only for Condition events.
A bit mask of ConditionState enumerator values specifying the new state of the condition.
See OPC spec section 2.4.9 and Figure 2-2 for exactly which state transitions generate event notifications.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Integer
value = instance.NewState
instance.NewState = value |
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