Documentation

BusProtocolErrorsFTALK_CONNECTION_WAS_CLOSED Field

Remote peer closed TCPIP connection

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public const int FTALK_CONNECTION_WAS_CLOSED = 69

Field Value

Type: Int32
Remarks
Signals that the TCPIP connection was closed by the remote peer or is broken. One reason can be that the Slave Address does not match and was rejected.
See Also