BusProtocolErrorsFTALK_BUS_PROTOCOL_ERROR_CLASS Field |
Fieldbus protocol error class
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_BUS_PROTOCOL_ERROR_CLASS = 128
Public Const FTALK_BUS_PROTOCOL_ERROR_CLASS As Integer = 128
public:
literal int FTALK_BUS_PROTOCOL_ERROR_CLASS = 128
Field Value
Type:
Int32
Remarks
Signals that a fieldbus protocol related error has
occured. This class is the general class of errors produced by
failed or interrupted data transfer functions. It is also produced when
receiving invalid frames or exception responses.
See Also