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




Possible OPC server states

Syntax

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

Members

MemberDescription
OPC_STATUS_COMM_FAULTState set by the customization plug-in to indicate that the communication to the device is currently not working.
OPC_STATUS_FAILEDState set by the customization plug-in to indicate a general error situation.
OPC_STATUS_NOCONFIGAt startup the server start is in this state until CreateServerItems is executed.
OPC_STATUS_RUNNINGNormal running mode state. This state is set after the CreateServerItems method is executed.
OPC_STATUS_SUSPENDEDState set by the customization plug-in to indicate that the normal server function is currently suspended.
OPC_STATUS_TESTState set by the customization plug-in to indicate that the serve is currently in test mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.OpcServerState

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.