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