serialport v2.2.2 (2019-10-25T15:52:58Z)
Dub
Repo
throwUnsupportedException
serialport
exception
Undocumented in source. Be warned that the author may not have intended to support it.
void
throwUnsupportedException
(string port, int baudrate, string file, size_t line)
void
throwUnsupportedException
(string port, DataBits dbits, string file, size_t line)
@
nogc
void
throwUnsupportedException
(
string
port
,
DataBits
dbits
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
void
throwUnsupportedException
(string port, StopBits sbits, string file, size_t line)
void
throwUnsupportedException
(string port, Parity parity, string file, size_t line)
Meta
Source
See Implementation
serialport
exception
classes
ParseModeException
PortClosedException
ReadException
SerialPortException
SysCallException
TimeoutException
UnsupportedException
WriteException
functions
throwUnsupportedException
mixins
__anonymous