serialport v0.1.3 (2017-04-05T10:45:02Z)
Dub
Repo
DataBitsUnsupportedException
serialport
exception
class
DataBitsUnsupportedException :
UnsupportedException
{
DataBits
dataBits
;
this
(DataBits db, string file, size_t line);
}
Constructors
this
this
(DataBits db, string file, size_t line)
Members
Variables
dataBits
DataBits
dataBits
;
Meta
Source
See Implementation
serialport
exception
classes
BaudRateUnsupportedException
DataBitsUnsupportedException
IOException
ParityUnsupportedException
PortClosedException
ReadException
SerialPortException
SetupFailException
StopBitsUnsupportedException
TimeoutException
UnsupportedException
WriteException