modbus v0.20.2 (2021-12-02T15:10:20Z)
Dub
Repo
ModbusSlaveDevice
modbus
protocol
slave
device
base
interface
ModbusSlaveDevice {
ulong
number
();
Response
onMessage
(ResponseWriter rw, Message msg);
}
Members
Functions
number
ulong
number
()
onMessage
Response
onMessage
(ResponseWriter rw, Message msg)
Meta
Source
See Implementation
modbus
protocol
slave
device
base
interfaces
ModbusSlaveDevice