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.]
Used to report changes to the channel state.
Namespace: Opc.Ua.BindingsAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void TcpChannelStateEventHandler( TcpChannel channel, TcpChannelState state, ServiceResult error ) |
| Visual Basic |
|---|
Public Delegate Sub TcpChannelStateEventHandler ( _ channel As TcpChannel, _ state As TcpChannelState, _ error As ServiceResult _ ) |
| Visual C++ |
|---|
public delegate void TcpChannelStateEventHandler( TcpChannel^ channel, TcpChannelState state, ServiceResult^ error ) |
Parameters
- channel
- Type: Opc.Ua.Bindings..::..TcpChannel
- state
- Type: Opc.Ua.Bindings..::..TcpChannelState
- error
- Type: Opc.Ua..::..ServiceResult