FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.FTALK_TCPIP_CONNECT_ERR Field

TCPIP connection error

[Visual Basic]
Public Const FTALK_TCPIP_CONNECT_ERR As Integer = 68
[C#]
public const int FTALK_TCPIP_CONNECT_ERR = 68;

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 ess or host name is wrong. The remote host must also listen on the appropriate port.

See Also

BusProtocolErrors Class | FieldTalk Namespace