|
tinyproto
|
This is the complete list of members for tinyproto::Hdlc, including all inherited members.
| begin(write_block_cb_t writecb, read_block_cb_t readcb) | tinyproto::Hdlc | |
| begin() | tinyproto::Hdlc | |
| disableCrc() | tinyproto::Hdlc | |
| enableCheckSum() | tinyproto::Hdlc | |
| enableCrc(hdlc_crc_t crc) | tinyproto::Hdlc | |
| enableCrc16() | tinyproto::Hdlc | |
| enableCrc32() | tinyproto::Hdlc | |
| end() | tinyproto::Hdlc | |
| Hdlc(void *buffer, int bufferSize) | tinyproto::Hdlc | inline |
| onReceive(uint8_t *pdata, int size) | tinyproto::Hdlc | inlineprotectedvirtual |
| onSend(const uint8_t *pdata, int size) | tinyproto::Hdlc | inlineprotectedvirtual |
| run_rx(const void *data, int len) | tinyproto::Hdlc | |
| run_tx(void *data, int max_len) | tinyproto::Hdlc | |
| setReceiveCallback(void(*on_receive)(IPacket &pkt)=nullptr) | tinyproto::Hdlc | inline |
| setSendCallback(void(*on_send)(IPacket &pkt)=nullptr) | tinyproto::Hdlc | inline |
| write(const char *buf, int size) | tinyproto::Hdlc | |
| write(const IPacket &pkt) | tinyproto::Hdlc | |
| ~Hdlc()=default (defined in tinyproto::Hdlc) | tinyproto::Hdlc | virtual |
1.8.13