modbus v0.4.1 (2017-05-31T18:23:19Z)
Dub
Repo
ReadDataLengthException
modbus
exception
class
ReadDataLengthException :
ModbusDevException
{
size_t
expected
;
size_t
responseLength
;
this
(ulong dev, ubyte fnc, size_t exp, size_t res, string file, size_t line);
}
Constructors
this
this
(ulong dev, ubyte fnc, size_t exp, size_t res, string file, size_t line)
Members
Variables
expected
size_t
expected
;
responseLength
size_t
responseLength
;
Undocumented in source.
Inherited Members
From ModbusDevException
dev
ulong
dev
;
fnc
ubyte
fnc
;
Meta
Source
See Implementation
modbus
exception
classes
CheckCRCException
FunctionErrorException
ModbusDevException
ModbusException
ReadDataLengthException
enums
FunctionErrorCode
functions
checkCRCException
functionErrorException
modbusException
readDataLengthException
manifest constants
MINIMUM_MODBUS_MSG_LENGTH