modbus ~master (2020-09-04T11:08:08Z)
Dub
Repo
CFMaster
modbus
connection
tcp
Undocumented in source.
version(unittest)
package
class
CFMaster : Fiber {
MasterTcpConnection
con
;
size_t
id
;
size_t
serv_id
;
bool
noread
;
void
[]
data
;
this
(Address addr, size_t id, size_t dlen, bool noread);
void
run
();
}
Constructors
this
this
(Address addr, size_t id, size_t dlen, bool noread)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
con
MasterTcpConnection
con
;
Undocumented in source.
data
void
[]
data
;
Undocumented in source.
id
size_t
id
;
Undocumented in source.
noread
bool
noread
;
Undocumented in source.
serv_id
size_t
serv_id
;
Undocumented in source.
Meta
Source
See Implementation
modbus
connection
tcp
classes
CFCSlave
CFMaster
CFSlave
MasterTcpConnection
SlaveTcpConnection
TcpConnectionBase
functions
closeSocketTest
simpleFiberTest