serialport ~v2.x.x (2022-06-08T07:17:58.6791847)
Dub
Repo
ParseModeException
serialport
exception
class
ParseModeException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
serialport
exception
classes
ParseModeException
PortClosedException
ReadException
SerialPortException
SysCallException
TimeoutException
UnsupportedException
WriteException
functions
throwUnsupportedException
mixins
__anonymous