serialport.exception

Members

Classes

ParseModeException
class ParseModeException
PortClosedException
class PortClosedException
ReadException
class ReadException
SerialPortException
class SerialPortException

General

SysCallException
class SysCallException
TimeoutException
class TimeoutException
UnsupportedException
class UnsupportedException

Unsupported config

WriteException
class WriteException

Functions

throwUnsupportedException
void throwUnsupportedException(string port, DataBits dbits, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
throwUnsupportedException
void throwUnsupportedException(string port, StopBits sbits, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
throwUnsupportedException
void throwUnsupportedException(string port, int baudrate, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
throwUnsupportedException
void throwUnsupportedException(string port, Parity parity, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin throwSPEMix!SerialPortException
Undocumented in source.
__anonymous
mixin throwSPEMix!PortClosedException
Undocumented in source.
__anonymous
mixin throwSPEMix!TimeoutException
Undocumented in source.
__anonymous
mixin throwSPSCEMix!SysCallException
Undocumented in source.
__anonymous
mixin throwSPSCEMix!ReadException
Undocumented in source.
__anonymous
mixin throwSPSCEMix!WriteException
Undocumented in source.

Meta