modbus v0.4.1 (2017-05-31T18:23:19Z)
Dub
Repo
FunctionErrorException
modbus
exception
class
FunctionErrorException :
ModbusDevException
{
ubyte
res
;
FunctionErrorCode
code
;
this
(ulong dev, ubyte fnc, ubyte res, ubyte code, string file, size_t line);
}
Constructors
this
this
(ulong dev, ubyte fnc, ubyte res, ubyte code, string file, size_t line)
Members
Variables
code
FunctionErrorCode
code
;
res
ubyte
res
;
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