'DeclarationPublic Enum TcpChannelState Inherits System.Enum
'UsageDim instance As TcpChannelState
public enum TcpChannelState : System.Enum
public enum class TcpChannelState : public System.Enum
'DeclarationPublic Enum TcpChannelState Inherits System.Enum
'UsageDim instance As TcpChannelState
public enum TcpChannelState : System.Enum
public enum class TcpChannelState : public System.Enum
| Member | Description |
|---|---|
| Closed | The channel is closed. |
| Closing | The channel is closing. |
| Connecting | The channel establishing a network connection. |
| Faulted | The channel is in a error state. |
| Open | The channel is open and accepting messages. |
| Opening | The channel negotiating security parameters. |
System.Object
System.ValueType
System.Enum
Opc.Ua.Bindings.TcpChannelState
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