HostLinkChannel

Channel based on serial RS232 communication

class HostLinkChannel : IHostLinkChannel {}

Inherited Members

From IHostLinkChannel

read
string read()

Reads a message from channel

write
void write(string message)

Writes a message on channel

Meta