Visual Basic (Declaration) | |
---|---|
Public Enum OpcServerState Inherits System.Enum |
C# | |
---|---|
public enum OpcServerState : System.Enum |
Member | Description |
---|---|
OPC_STATUS_COMM_FAULT | State set by the customization plug-in to indicate that the communication to the device is currently not working. |
OPC_STATUS_FAILED | State set by the customization plug-in to indicate a general error situation. |
OPC_STATUS_NOCONFIG | At startup the server start is in this state until CreateServerItems is executed. |
OPC_STATUS_RUNNING | Normal running mode state. This state is set after the CreateServerItems method is executed. |
OPC_STATUS_SUSPENDED | State set by the customization plug-in to indicate that the normal server function is currently suspended. |
OPC_STATUS_TEST | State set by the customization plug-in to indicate that the serve is currently in test mode. |
System.Object
System.ValueType
System.Enum
NSPlugin.OpcServerState
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