modbus v0.4.1 (2017-05-31T18:23:19Z)
Dub
Repo
ModbusTCP.C
modbus
facade
ModbusTCP
Undocumented in source.
class
ModbusTCP
protected
class
C : Connection {
void
write
(const(void)[] msg);
void
[]
read
(void[] buffer);
}
Members
Functions
read
void
[]
read
(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(const(void)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
modbus
facade
ModbusTCP
classes
C
constructors
this
destructors
~this
properties
socket
variables
_socket
yieldFunc