This is the complete list of members for AbstractInterface, including all inherited members.
| AbstractInterface() | AbstractInterface | |
| close()=0 | AbstractInterface | pure virtual |
| connected | AbstractInterface | protected |
| fireAndForgetCmd(unsigned char id, unsigned char *payload, unsigned int len, bool pending) | AbstractInterface | |
| IsConnected() const | AbstractInterface | inline |
| logText(std::string message) | AbstractInterface | |
| open()=0 | AbstractInterface | pure virtual |
| operator<<(std::ostream &, const AbstractInterface &) | AbstractInterface | friend |
| read(unsigned char *buf, unsigned int len) | AbstractInterface | |
| readInternal(unsigned char *buf, unsigned int len)=0 | AbstractInterface | protectedpure virtual |
| receive(msg_t *msg) | AbstractInterface | |
| receive(bool pending, unsigned char expectedId) | AbstractInterface | |
| receiveWithoutChecks() | AbstractInterface | |
| send(unsigned char id, unsigned int len, unsigned char *data) | AbstractInterface | |
| startLogging(std::string file) | AbstractInterface | |
| submitCmd(unsigned char id, unsigned char *payload, unsigned int len, bool pending) | AbstractInterface | |
| toString() const =0 | AbstractInterface | pure virtual |
| write(unsigned char *buf, unsigned int len) | AbstractInterface | |
| writeInternal(unsigned char *buf, unsigned int len)=0 | AbstractInterface | protectedpure virtual |
| ~AbstractInterface() | AbstractInterface | virtual |