SerialPort.Config

Members

Functions

set
auto set(uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
auto set(DataBits v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
auto set(Parity v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
auto set(StopBits v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baudRate
uint baudRate;
dataBits
DataBits dataBits;
parity
Parity parity;
stopBits
StopBits stopBits;

Meta