modbus v0.12.1 (2018-03-26T10:49:10Z)
Dub
Repo
ConT1
modbus
facade
Undocumented in source.
version(unittest)
class
ConT1 : Connection {
string
name
;
ubyte
[]*
wbuf
;
ubyte
[]*
rbuf
;
this
(string name, ubyte[] wbuf, ubyte[] rbuf);
size_t
write
(const(void)[] msg);
void
[]
read
(void[] buffer);
}
Constructors
this
this
(string name, ubyte[] wbuf, ubyte[] rbuf)
Undocumented in source.
Members
Functions
read
void
[]
read
(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t
write
(const(void)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
name
string
name
;
Undocumented in source.
rbuf
ubyte
[]*
rbuf
;
Undocumented in source.
wbuf
ubyte
[]*
wbuf
;
Undocumented in source.
Meta
Source
See Implementation
modbus
facade
classes
ConT1
ConT2
ModbusRTUMaster
ModbusRTUSlave
ModbusTCPMaster
SerialPortConnection
functions
testFunc