Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The possible channel states.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public enum TcpChannelState
Visual Basic
Public Enumeration TcpChannelState
Visual C++
public enum class TcpChannelState

Members

Member nameValueDescription
Closed0 The channel is closed.
Closing1 The channel is closing.
Connecting2 The channel establishing a network connection.
Opening3 The channel negotiating security parameters.
Open4 The channel is open and accepting messages.
Faulted5 The channel is in a error state.

See Also