modbus ~master (2020-09-04T11:08:08Z)
Dub
Repo
CFCSlave
modbus
connection
tcp
Undocumented in source.
version(unittest)
package
class
CFCSlave : Fiber {
SlaveTcpConnection
con
;
void
[]
result
;
void
[]
data
;
size_t
id
;
bool
terminate
;
bool
inf
;
this
(Socket sock, size_t id, size_t dlen, bool inf);
void
run
();
}
Constructors
this
this
(Socket sock, size_t id, size_t dlen, bool inf)
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
SlaveTcpConnection
con
;
data
void
[]
data
;
Undocumented in source.
id
size_t
id
;
inf
bool
inf
;
Undocumented in source.
result
void
[]
result
;
Undocumented in source.
terminate
bool
terminate
;
Undocumented in source.
Meta
Source
See Implementation
modbus
connection
tcp
classes
CFCSlave
CFMaster
CFSlave
MasterTcpConnection
SlaveTcpConnection
TcpConnectionBase
functions
closeSocketTest
simpleFiberTest