Opc.Ua.Core
TcpChannelState Enumeration



Opc.Ua.Bindings Namespace : TcpChannelState Enumeration
The possible channel states.
Syntax
'Declaration
 
Public Enum TcpChannelState 
   Inherits System.Enum
'Usage
 
Dim instance As TcpChannelState
public enum TcpChannelState : System.Enum 
public enum class TcpChannelState : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.Bindings.TcpChannelState

Requirements

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

See Also

Reference

Opc.Ua.Bindings Namespace