This is the complete list of members for SerialInterface, including all inherited members.
| appendData(const XsByteArray &bdata) | IoInterface | virtual |
| cancelIo(void) const | SerialInterface | virtual |
| close(void) | SerialInterface | virtual |
| closeAndDelete(void) | IoInterface | virtual |
| closeLive(void) | SerialInterface | |
| create(const XsString &filename) | IoInterface | virtual |
| deleteData(XsFilePos start, XsSize length) | IoInterface | virtual |
| escape(XsControlLine mask, XsControlLine state) | SerialInterface | |
| find(const XsByteArray &needleV, XsFilePos &pos) | IoInterface | virtual |
| flushData(void) | SerialInterface | virtual |
| getBaudrate(void) const | SerialInterface | |
| getFileSize(void) const | IoInterface | virtual |
| getHandle(void) const | SerialInterface | |
| getLastResult(void) const | SerialInterface | virtual |
| getName(XsString &filename) const | IoInterface | virtual |
| getPortName(XsString &portname) const | SerialInterface | |
| getPortNumber(void) const | SerialInterface | |
| getReadPosition(void) const | IoInterface | virtual |
| getTimeout(void) const | SerialInterface | virtual |
| getWritePosition(void) const | IoInterface | virtual |
| insertData(XsFilePos start, const XsByteArray &data) | IoInterface | virtual |
| IoInterface() | IoInterface | inlineprotected |
| isOpen(void) const | SerialInterface | virtual |
| isReadOnly(void) const | IoInterface | virtual |
| m_baudrate | SerialInterface | protected |
| m_endTime | SerialInterface | protected |
| m_handle | SerialInterface | protected |
| m_lastResult | SerialInterface | mutableprotected |
| m_port | SerialInterface | protected |
| m_portname | SerialInterface | protected |
| m_timeout | SerialInterface | protected |
| open(const XsPortInfo &portInfo, uint32_t readBufSize=XS_DEFAULT_READ_BUFFER_SIZE, uint32_t writeBufSize=XS_DEFAULT_WRITE_BUFFER_SIZE) | SerialInterface | virtual |
| StreamInterface::open(const XsString &filename, bool createNew, bool readOnly) | IoInterface | virtual |
| readData(XsSize maxLength, XsByteArray &data) | SerialInterface | virtual |
| rx_log | SerialInterface | private |
| SerialInterface() | SerialInterface | |
| setReadPosition(XsFilePos pos) | IoInterface | virtual |
| setTimeout(uint32_t ms) | SerialInterface | virtual |
| setWritePosition(XsFilePos pos=-1) | IoInterface | virtual |
| StreamInterface() | StreamInterface | inlineprotected |
| tx_log | SerialInterface | private |
| waitForData(XsSize maxLength, XsByteArray &data) | SerialInterface | virtual |
| writeData(const XsByteArray &data, XsSize *written=0) | SerialInterface | virtual |
| ~IoInterface() | IoInterface | inlinevirtual |
| ~SerialInterface() | SerialInterface | virtual |
| ~StreamInterface() | StreamInterface | inline |