XDASrv Reference Manual
NewState Field
See Also  Send Feedback
NSPlugin Namespace > EventData Class : NewState Field




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 (Declaration) 
Public NewState As Integer
Visual Basic (Usage)Copy Code
Dim instance As EventData
Dim value As Integer
 
value = instance.NewState
 
instance.NewState = value
C# 
public int NewState
Managed Extensions for C++ 
public: int NewState
C++/CLI 
public:
int NewState

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.