BusProtocolErrorsFTALK_MBUS_GW_PATH_UNAVAIL_RESPONSE Field |
Gateway Path Unavailable exception response
Namespace:
FieldTalk.Modbus.Master
Assembly:
FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntaxpublic const int FTALK_MBUS_GW_PATH_UNAVAIL_RESPONSE = 170
Public Const FTALK_MBUS_GW_PATH_UNAVAIL_RESPONSE As Integer = 170
public:
literal int FTALK_MBUS_GW_PATH_UNAVAIL_RESPONSE = 170
Field Value
Type:
Int32
Remarks
Signals that a Gateway Path Unavailable exception response (code 0A) was
received. This exception is typically sent by gateways if the gateway
was unable to establish a connection with the target device.
See Also