serial-port v1.1.0 (2014-10-14T16:25:18Z)
Home
Dub
Repo
InvalidDeviceException
serial
device
Thrown when tried to open invalid serial port file.
class
InvalidDeviceException : Exception {
string
port
;
this
(string port, string file, size_t line);
}
Constructors
this
this
(string port, string file, size_t line)
Undocumented in source.
Members
Variables
port
string
port
;
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 tried to open invalid serial port file.