serial-port v1.1.0 (2014-10-14T16:25:18Z)
Home
Dub
Repo
DeviceClosedException
serial
device
Thrown when trying to accept closed device.
class
DeviceClosedException : Exception {
this
(string file, size_t line);
}
Constructors
this
this
(string file, size_t line)
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 accept closed device.