This is the complete list of members for ITransport, including all inherited members.
| __attribute__((packed)) | ITransport | |
| enableLogging(bool enable) | ITransport | |
| ITransport() | ITransport | inline |
| logAck(const Ack &ack) | ITransport | protected |
| logPacket(const uint8_t *data, uint32_t length) | ITransport | protected |
| m_enableLogging | ITransport | protected |
| m_file | ITransport | protected |
| sendPacket(const uint8_t *data, uint32_t length, Ack &result)=0 | ITransport | pure virtual |
| sendPacketNoAck(const uint8_t *data, uint32_t length)=0 | ITransport | pure virtual |
| ~ITransport() | ITransport | inlinevirtual |