modbus.exception

Members

Classes

CheckFailException
class CheckFailException
FunctionErrorException
class FunctionErrorException
ModbusDevException
class ModbusDevException
ModbusException
class ModbusException
ModbusIOException
class ModbusIOException
ModbusTimeoutException
class ModbusTimeoutException
ReadDataLengthException
class ReadDataLengthException

Enums

FunctionErrorCode
enum FunctionErrorCode

Functions

checkFailException
CheckFailException checkFailException(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)
modbusTimeoutException
ModbusTimeoutException modbusTimeoutException(string msg, ulong dev, ubyte fnc, Duration dur, 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