modbus ~master (2020-09-04T11:08:08Z)
Dub
Repo
ResponseWriter
modbus
protocol
slave
types
interface
ResponseWriter {
Backend
backend
();
void
[]
buffer
();
Response
pack
(Args args);
Response
packArray
(ushort[] arr);
}
Members
Functions
backend
Backend
backend
()
buffer
void
[]
buffer
()
pack
Response
pack
(Args args)
packArray
Response
packArray
(ushort[] arr)
improve usability: wrap pack method with sending length of array
Meta
Source
See Implementation
modbus
protocol
slave
types
interfaces
ResponseWriter
structs
Response