serialport ~v2.x.x (2022-06-08T07:17:58.6791847)
Dub
Repo
SysCallException
serialport
exception
class
SysCallException :
SerialPortException
{
string
fnc
;
int
err
;
}
Members
Variables
err
int
err
;
errno or GetLastError
fnc
string
fnc
;
sys call name
Inherited Members
From SerialPortException
port
string
port
;
Undocumented in source.
Meta
Source
See Implementation
serialport
exception
classes
ParseModeException
PortClosedException
ReadException
SerialPortException
SysCallException
TimeoutException
UnsupportedException
WriteException
functions
throwUnsupportedException
mixins
__anonymous