dolina ~master (2022-06-08T22:47:12.2938329)
Dub
Repo
HLChannel
dolina
channel
Undocumented in source.
class
HLChannel :
IHostLinkChannel
(
S
=
SerialPort
) {
this
(S serialPort);
string
read
();
void
write
(string message);
}
Constructors
this
this
(S serialPort)
Undocumented in source.
Members
Functions
read
string
read
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IHostLinkChannel
read
string
read
()
Reads a message from channel
write
void
write
(string message)
Writes a message on channel
Meta
Source
See Implementation
dolina
channel
classes
HLChannel
HostLinkChannel
interfaces
IHostLinkChannel