Base Framework
|
This is the complete list of members for SerialPort, including all inherited members.
asyncCancel() (defined in SerialPort) | SerialPort | |
asyncTest() noexcept | AsynchronousStream | static |
BREAK enum value | SerialPort | |
CD enum value | SerialPort | |
close() | SerialPort | |
CTS enum value | SerialPort | |
DSR enum value | SerialPort | |
ERROR enum value | SerialPort | |
Event enum name | SerialPort | |
getBaudRate() const | SerialPort | |
getDataBits() const | SerialPort | |
getFlowControlMode() const | SerialPort | |
getInputBufferSize() const | SerialPort | |
getName() const noexcept | SerialPort | |
getOutputBufferSize() const | SerialPort | |
getParity() const | SerialPort | |
getPorts() noexcept | SerialPort | static |
getReadTimeout() const | SerialPort | |
getStopBits() const | SerialPort | |
getWriteTimeout() const | SerialPort | |
INPUT_AVAILABLE enum value | SerialPort | |
isCD() const | SerialPort | |
isCTS() const | SerialPort | |
isDSR() const | SerialPort | |
isDTR() const | SerialPort | |
isReadTimeoutSupported() const | SerialPort | |
isRI() const | SerialPort | |
isRTS() const | SerialPort | |
isWriteTimeoutSupported() const | SerialPort | |
OUTPUT_EMPTY enum value | SerialPort | |
read(uint8 *buffer, unsigned int bytesToRead, bool nonblocking) (defined in SerialPort) | SerialPort | |
read(uint8 *buffer, unsigned int bytesToRead, AsynchronousReadEventListener *listener) | SerialPort | virtual |
RING enum value | SerialPort | |
RLSD enum value | SerialPort | |
sendBreak(unsigned int milliseconds) | SerialPort | |
SerialPort(const String &name) | SerialPort | |
setDTR(bool state) | SerialPort | |
setFlowControlMode(unsigned int flowMode) | SerialPort | |
setInputBufferSize(unsigned int size) | SerialPort | |
setOutputBufferSize(unsigned int size) | SerialPort | |
setParameters(unsigned int baudRate, unsigned int dataBits, unsigned int parity, unsigned int stopBits) | SerialPort | |
setReadTimeout(unsigned int milliseconds) | SerialPort | |
setRTS(bool state) | SerialPort | |
setWriteTimeout(unsigned int milliseconds) | SerialPort | |
write(const uint8 *buffer, unsigned int bytesToWrite, bool nonblocking) (defined in SerialPort) | SerialPort | |
write(const uint8 *buffer, unsigned int bytesToWrite, AsynchronousWriteEventListener *listener) (defined in SerialPort) | SerialPort | |
~AsynchronousInputStream() noexcept(false) (defined in AsynchronousInputStream) | AsynchronousInputStream | inline |
~AsynchronousStream() noexcept(false) | AsynchronousStream | virtual |
~SerialPort() | SerialPort | virtual |