Dynamic Modbus Master
A dynamic wrapper for the modbus master part of esp-modbus written in C++.
 
Loading...
Searching...
No Matches
AggregateDevice Member List

This is the complete list of members for AggregateDevice, including all inherited members.

AggregateDevice(uint8_t address, uint8_t retries)AggregateDevice
m_deviceAggregateDeviceprivate
readDiscreteInput()AggregateDevice
readExampleFloat()AggregateDevice
readExampleMultipleCoils()AggregateDevice
readExampleMultipleRegisters()AggregateDevice
readExampleSingleCoil()AggregateDevice
readExampleSingleRegister()AggregateDevice
readInput()AggregateDevice
writeExampleFloat(float data)AggregateDevice
writeExampleMultipleCoils(uint16_t coilStates)AggregateDevice
writeExampleMultipleRegisters(uint32_t data)AggregateDevice
writeExampleSingleCoil(bool state)AggregateDevice
writeExampleSingleRegister(uint16_t data)AggregateDevice