Tiny protocol  0.11.0
Tiny communication protocol for microcontrollers
Tiny::ProtoHdlc Member List

This is the complete list of members for Tiny::ProtoHdlc, including all inherited members.

begin(write_block_cb_t writecb, read_block_cb_t readcb)Tiny::ProtoHdlc
begin()Tiny::ProtoHdlc
beginToSerial()Tiny::ProtoHdlcinline
beginToSerial1()Tiny::ProtoHdlcinline
beginToSerial2()Tiny::ProtoHdlcinline
beginToSerial3()Tiny::ProtoHdlcinline
disableCrc()Tiny::ProtoHdlc
enableCheckSum()Tiny::ProtoHdlc
enableCrc(hdlc_crc_t crc)Tiny::ProtoHdlc
enableCrc16()Tiny::ProtoHdlc
enableCrc32()Tiny::ProtoHdlc
end()Tiny::ProtoHdlc
onReceive(uint8_t *pdata, int size)Tiny::ProtoHdlcinlineprotectedvirtual
onSend(const uint8_t *pdata, int size)Tiny::ProtoHdlcinlineprotectedvirtual
ProtoHdlc(void *buffer, int bufferSize)Tiny::ProtoHdlcinline
run_rx(const void *data, int len)Tiny::ProtoHdlc
run_tx(void *data, int max_len)Tiny::ProtoHdlc
setReceiveCallback(void(*on_receive)(IPacket &pkt)=nullptr)Tiny::ProtoHdlcinline
setSendCallback(void(*on_send)(IPacket &pkt)=nullptr)Tiny::ProtoHdlcinline
write(char *buf, int size)Tiny::ProtoHdlc
write(IPacket &pkt)Tiny::ProtoHdlc
~ProtoHdlc()=default (defined in Tiny::ProtoHdlc)Tiny::ProtoHdlcvirtual