modbus v0.1.1 (2017-04-13T21:27:39Z)
Dub
Repo
CheckCRCException
modbus
exception
Undocumented in source.
class
CheckCRCException :
ModbusException
{
ubyte
dev
;
ubyte
fnc
;
this
(ubyte dev, ubyte fnc, string file, size_t line);
}
Constructors
this
this
(ubyte dev, ubyte fnc, string file, size_t line)
Undocumented in source.
Members
Variables
dev
ubyte
dev
;
fnc
ubyte
fnc
;
Undocumented in source.
Meta
Source
See Implementation
modbus
exception
classes
CheckCRCException
FunctionErrorException
ModbusException
ReadDataLengthException
enums
FunctionErrorCode
manifest constants
MINIMUM_MODBUS_MSG_LENGTH