liblightmodbus 3.0
A lightweight, header-only, hardware-agnostic Modbus RTU/TCP library
|
Contains values returned by the slave register callback. More...
#include <slave.h>
Data Fields | |
ModbusExceptionCode | exceptionCode |
Exception to be reported. | |
uint16_t | value |
Register/coil value. | |
Contains values returned by the slave register callback.
ModbusExceptionCode ModbusRegisterCallbackResult::exceptionCode |
Exception to be reported.
uint16_t ModbusRegisterCallbackResult::value |
Register/coil value.