| 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 | |
| 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 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