HostLinkChannel

Channel based on serial RS232 communication

Constructors

this
this(SerialPort 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