|
liblightmodbus 3.0
A lightweight, header-only, hardware-agnostic Modbus RTU/TCP library
|
| ▼Nllm | The liblightmodbus C++ namepsace |
| CGeneralError | General error exception class |
| CMaster | Represents a Modbus master device |
| CRequestError | Request error exception class |
| CResponseError | Response error exception class |
| CSlave | Represents a Modbus slave device |
| CModbusBuffer | Stores a Modbus frame |
| CModbusDataCallbackArgs | Arguments for the data callback |
| CModbusErrorInfo | Richer error represenation - source and type of error |
| CModbusMaster | Master device status |
| CModbusMasterFunctionHandler | Associates Modbus function ID with a pointer to a response parsing function |
| CModbusRegisterCallbackArgs | Contains arguments for the register callback function |
| CModbusRegisterCallbackResult | Contains values returned by the slave register callback |
| CModbusSlave | Slave device status |
| CModbusSlaveFunctionHandler | Associates Modbus function ID with a pointer to a parsing function |