tinyproto
tinyproto::Hdlc Member List

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::Hdlcinline
onReceive(uint8_t *pdata, int size)tinyproto::Hdlcinlineprotectedvirtual
onSend(const uint8_t *pdata, int size)tinyproto::Hdlcinlineprotectedvirtual
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::Hdlcinline
setSendCallback(void(*on_send)(IPacket &pkt)=nullptr)tinyproto::Hdlcinline
write(const char *buf, int size)tinyproto::Hdlc
write(const IPacket &pkt)tinyproto::Hdlc
~Hdlc()=default (defined in tinyproto::Hdlc)tinyproto::Hdlcvirtual