BusProtocolErrorsFTALK_TCPIP_CONNECT_ERR Field |
TCPIP connection error
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic const int FTALK_TCPIP_CONNECT_ERR = 68
Public Const FTALK_TCPIP_CONNECT_ERR As Integer = 68
public:
literal int FTALK_TCPIP_CONNECT_ERR = 68
Field Value
Type:
Int32
Remarks
Signals that the TCPIP connection could not be established.
Typically this error occurs when a host does not exist on the network or
the IP address or host name is wrong. The remote host must also listen
on the appropriate port.
See Also