Modbus

Constructors

this
this(Backend be, Connection con)

Members

Functions

backend
Backend backend()
connection
Connection connection()
write
const(void)[] write(ulong dev, ubyte fnc, Args args)

Write to serial port

writeS
const(void)[] writeS(ulong dev, ubyte fnc, ulong stamp, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

be
Backend be;
Undocumented in source.
buffer
void[MAX_BUFFER] buffer;
Undocumented in source.
con
Connection con;
Undocumented in source.

Meta