modbus v0.12.1 (2018-03-26T10:49:10Z)
Dub
Repo
ModbusIOException
modbus
exception
class
ModbusIOException :
ModbusException
{
ulong
dev
;
ubyte
fnc
;
this
(string msg, ulong dev, ubyte fnc, string file, size_t line);
}
Constructors
this
this
(string msg, ulong dev, ubyte fnc, string file, size_t line)
Undocumented in source.
Members
Variables
dev
ulong
dev
;
fnc
ubyte
fnc
;
Meta
Source
See Implementation
modbus
exception
classes
CheckFailException
FunctionErrorException
ModbusDevException
ModbusException
ModbusIOException
ModbusTimeoutException
ReadDataLengthException
enums
FunctionErrorCode
functions
checkFailException
functionErrorException
modbusException
modbusTimeoutException
readDataLengthException
manifest constants
MINIMUM_MODBUS_MSG_LENGTH