ISerialPort

Undocumented in source.

Members

Functions

close
void close()
Undocumented in source.
open
bool open()
Undocumented in source.
read
ubyte[] read(int maxBytes)
Undocumented in source.
write
void write(ubyte[] bytes)
Undocumented in source.

Static functions

getInstance
ISerialPort getInstance(string filename, Parity parity, BaudRate baudRate, uint timeOutMilliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta