This is the complete list of members for SerialPort, including all inherited members.
| available() | SerialPort | |
| destructed | SerialPort | |
| flush() | SerialPort | |
| flushInput() | SerialPort | |
| flushOutput() | SerialPort | |
| getCD() | SerialPort | |
| getCTS() | SerialPort | |
| getDSR() | SerialPort | |
| getRI() | SerialPort | |
| init(utility::ErrorState &errorState) override | SerialPort | virtual |
| isIDProperty(rtti::Instance &object, const rtti::Property &property) | Object | static |
| isOpen() const | SerialPort | |
| mAllowFailure | SerialPort | |
| mBaudRate | SerialPort | |
| mByteSize | SerialPort | |
| mFlowControl | SerialPort | |
| mID | Object | |
| mInterByteTimeout | SerialPort | |
| mParity | SerialPort | |
| mPortName | SerialPort | |
| mReadTimeout | SerialPort | |
| mStopBits | SerialPort | |
| mWriteTimeout | SerialPort | |
| Object() | Object | |
| Object(Object &)=delete | Object | |
| Object(Object &&)=delete | Object | |
| onDestroy() | Object | virtual |
| operator=(const Object &)=delete | Object | |
| operator=(Object &&)=delete | Object | |
| read(std::vector< uint8 > &buffer, uint32 count, SerialPort::Error &error) | SerialPort | |
| read(std::vector< uint8 > &buffer, SerialPort::Error &error) | SerialPort | |
| read(uint8 *buffer, uint32 count, SerialPort::Error &error) | SerialPort | |
| read(std::string &buffer, uint32 count, SerialPort::Error &error) | SerialPort | |
| read(uint32 count, SerialPort::Error &error) | SerialPort | |
| readLine(std::string &buffer, uint32 length, const std::string &eol, SerialPort::Error &error) | SerialPort | |
| readLine(uint32 length, const std::string &eol, SerialPort::Error &error) | SerialPort | |
| readLines(uint32 length, const std::string &eol, SerialPort::Error &error) | SerialPort | |
| Resource() | Resource | |
| sendBreak(uint32 duration) | SerialPort | |
| SerialPort() | SerialPort | |
| setBreak(bool level=true) | SerialPort | |
| setDTR(bool level=true) | SerialPort | |
| setRTS(bool level=true) | SerialPort | |
| start(utility::ErrorState &errorState) override | SerialPort | virtual |
| stop() override | SerialPort | virtual |
| waitByteTimes(uint32 count) | SerialPort | |
| waitForChange() | SerialPort | |
| waitReadable() | SerialPort | |
| write(const uint8 *data, uint32 count, SerialPort::Error &error) | SerialPort | |
| write(const std::vector< uint8 > &data, SerialPort::Error &error) | SerialPort | |
| write(const std::string &data, SerialPort::Error &error) | SerialPort | |
| ~Object() | Object | virtual |
| ~SerialPort() | SerialPort | virtual |