BusProtocolErrorsFTALK_PORT_ALREADY_BOUND Field |
TCP port already bound
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_PORT_ALREADY_BOUND = 71
Public Const FTALK_PORT_ALREADY_BOUND As Integer = 71
public:
literal int FTALK_PORT_ALREADY_BOUND = 71
Field Value
Type:
Int32
Remarks
Indicates that the specified TCP port cannot be bound. The port might
already be taken by another application or hasn't been released yet by
the TCPIP stack for re-use.
See Also