serialport ~master (2020-07-27T13:12:19Z)
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