This is the complete list of members for IoInterface, including all inherited members.
| appendData(const XsByteArray &bdata) | IoInterface | virtual |
| cancelIo(void) const | IoInterface | virtual |
| close(void)=0 | IoInterface | pure virtual |
| closeAndDelete(void) | IoInterface | virtual |
| create(const XsString &filename) | IoInterface | virtual |
| deleteData(XsFilePos start, XsFilePos length) | IoInterface | virtual |
| find(const XsByteArray &needleV, XsFilePos &pos) | IoInterface | virtual |
| flushData(void)=0 | IoInterface | pure virtual |
| getFileSize(void) const | IoInterface | virtual |
| getLastResult(void) const =0 | IoInterface | pure virtual |
| getName(XsString &filename) const | IoInterface | virtual |
| getReadPosition(void) const | IoInterface | virtual |
| getWritePosition(void) const | IoInterface | virtual |
| insertData(XsFilePos start, const XsByteArray &data) | IoInterface | virtual |
| IoInterface() | IoInterface | inlineprotected |
| isOpen(void) const =0 | IoInterface | pure virtual |
| isReadOnly(void) const | IoInterface | virtual |
| open(const XsPortInfo &portInfo, XsFilePos readBufSize=XS_DEFAULT_READ_BUFFER_SIZE, XsFilePos writeBufSize=XS_DEFAULT_WRITE_BUFFER_SIZE, PortOptions options=PO_XsensDefaults) | IoInterface | virtual |
| open(const XsString &filename, bool createNew, bool readOnly) | IoInterface | virtual |
| PO_DtrDsrFlowControl enum value | IoInterface | |
| PO_NoFlowControl enum value | IoInterface | |
| PO_OneStopBit enum value | IoInterface | |
| PO_RtsCtsFlowControl enum value | IoInterface | |
| PO_TwoStopBits enum value | IoInterface | |
| PO_XonXoffFlowControl enum value | IoInterface | |
| PO_XsensDefaults enum value | IoInterface | |
| PortOptions enum name | IoInterface | |
| readData(XsFilePos maxLength, XsByteArray &data)=0 | IoInterface | pure virtual |
| setReadPosition(XsFilePos pos) | IoInterface | virtual |
| setTimeout(uint32_t ms) | IoInterface | virtual |
| setWritePosition(XsFilePos pos=-1) | IoInterface | virtual |
| waitForData(XsFilePos maxLength, XsByteArray &data) | IoInterface | virtual |
| writeData(const XsByteArray &data, XsFilePos *written=nullptr)=0 | IoInterface | pure virtual |
| XSENS_DISABLE_COPY(IoInterface) | IoInterface | protected |
| ~IoInterface() | IoInterface | inlinevirtual |