OxSerialPortWrapper

Undocumented in source.

Constructors

this
this(string filename, Parity parity, BaudRate baudRate, uint timeOutMilliseconds)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open()
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte[] read(int maxBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ISerialPort

write
void write(ubyte[] bytes)
Undocumented in source.
read
ubyte[] read(int maxBytes)
Undocumented in source.
open
bool open()
Undocumented in source.
close
void close()
Undocumented in source.
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