Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The possible channel states.
Namespace: Opc.Ua.BindingsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Closed | 0 | The channel is closed. | |
| Closing | 1 | The channel is closing. | |
| Connecting | 2 | The channel establishing a network connection. | |
| Opening | 3 | The channel negotiating security parameters. | |
| Open | 4 | The channel is open and accepting messages. | |
| Faulted | 5 | The channel is in a error state. |