modbus v0.12.1 (2018-03-26T10:49:10Z)
Dub
Repo
MasterTcpConnection
modbus
connection
tcp
class
MasterTcpConnection :
Connection
{
TcpSocket
socket
;
this
(Address addr);
size_t
write
(const(void)[] msg);
void
[]
read
(void[] buffer);
}
Constructors
this
this
(Address addr)
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
socket
TcpSocket
socket
;
Undocumented in source.
Inherited Members
From Connection
write
size_t
write
(const(void)[] data)
Write data to connection
read
void
[]
read
(void[] buffer)
Read data from connection
Meta
Source
See Implementation
modbus
connection
tcp
classes
MasterTcpConnection
SlaveTcpConnection