SPConfig

Members

Functions

mode
string mode()

Build mode string.

set
SPConfig set(Parity v)

Set parity value

set
SPConfig set(uint v)

Set baudrate value

set
SPConfig set(DataBits v)

Set data bits value

set
SPConfig set(string mode)

Use mode string for setting baudrate, data bits, parity and stop bits.

set
SPConfig set(StopBits v)

Set stop bits value

Static functions

parse
SPConfig parse(string mode)

Construct config, parse mode to it and return.

Variables

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

Meta