BusProtocolErrorsFTALK_CONNECTION_WAS_CLOSED Field |
Remote peer closed TCPIP connection
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic const int FTALK_CONNECTION_WAS_CLOSED = 69
Public Const FTALK_CONNECTION_WAS_CLOSED As Integer = 69
public:
literal 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