serial-port v1.1.0 (2014-10-14T16:25:18Z)
Home
Dub
Repo
SpeedUnsupportedException
serial
device
Thrown when trying to setup serial port with unsupported baud rate by current OS.
class
SpeedUnsupportedException : Exception {
BaudRate
speed
;
this
(BaudRate spd);
}
Constructors
this
this
(BaudRate spd)
Undocumented in source.
Members
Variables
speed
BaudRate
speed
;
Undocumented in source.
Meta
Source
See Implementation
serial
device
aliases
posixClose
posixRead
posixWrite
classes
DataBitsUnsupportedException
DeviceClosedException
DeviceReadException
DeviceWriteException
InvalidDeviceException
InvalidParametersException
ParityUnsupportedException
SerialPort
SpeedUnsupportedException
StopBitsUnsupportedException
TimeoutException
enums
BaudRate
DataBits
Parity
StopBits
functions
GetCommState
SetCommState
SetCommTimeouts
manifest constants
B57600
EVENPARITY
MARKPARITY
NOPARITY
ODDPARITY
ONE5STOPBITS
ONESTOPBIT
SPACEPARITY
TWOSTOPBITS
structs
COMMTIMEOUTS
DCB
Thrown when trying to setup serial port with unsupported baud rate by current OS.