onyx-serial ~master (2022-03-12T23:59:59.7830316)
Dub
Repo
SerialPortException
onyx
serial
Base Serial port exception
abstract
class
SerialPortException : StdioException {
string
port
();
this
(string port, string msg);
}
Constructors
this
this
(string port, string msg)
Undocumented in source.
Members
Functions
port
string
port
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
onyx
serial
aliases
Impl
classes
SerialPortException
enums
Parity
ReadMode
functions
genSpeed
structs
OxSerialPort
templates
childSerialPortException
getterImplMember
variables
speedsRange
Base Serial port exception