modbus.exception

Members

Classes

CheckCRCException
class CheckCRCException
FunctionErrorException
class FunctionErrorException
ModbusDevException
class ModbusDevException
ModbusException
class ModbusException
ReadDataLengthException
class ReadDataLengthException

Enums

FunctionErrorCode
enum FunctionErrorCode

Functions

checkCRCException
CheckCRCException checkCRCException(ulong dev, ubyte fnc, string file, size_t line)
functionErrorException
FunctionErrorException functionErrorException(ulong dev, ubyte fnc, ubyte res, ubyte code, string file, size_t line)
modbusException
ModbusException modbusException(string msg, string file, size_t line)
readDataLengthException
ReadDataLengthException readDataLengthException(ulong dev, ubyte fnc, size_t exp, size_t res, string file, size_t line)

Manifest constants

MINIMUM_MODBUS_MSG_LENGTH
enum MINIMUM_MODBUS_MSG_LENGTH;
Undocumented in source.

Meta