BusProtocolErrorsFTALK_INSUFFICIENT_BUFFER Field |
Size of response buffer insufficient
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic const int FTALK_INSUFFICIENT_BUFFER = 6
Public Const FTALK_INSUFFICIENT_BUFFER As Integer = 6
public:
literal int FTALK_INSUFFICIENT_BUFFER = 6
Field Value
Type:
Int32
Remarks
The received response was larger then the buffer provided. This error only applies to
function codes with a variable response length.
See Also