Tiny protocol
0.7.0
Tiny communication protocol for microcontrollers
|
This is the complete list of members for Tiny::Proto, including all inherited members.
begin(write_block_cb_t writecb, read_block_cb_t readcb) | Tiny::Proto | |
beginToSerial() | Tiny::Proto | inline |
beginToSerial1() | Tiny::Proto | inline |
beginToSerial2() | Tiny::Proto | inline |
beginToSerial3() | Tiny::Proto | inline |
disableCrc() | Tiny::Proto | |
disableUid() | Tiny::Proto | inline |
enableCheckSum() | Tiny::Proto | |
enableCrc16() | Tiny::Proto | |
enableCrc32() | Tiny::Proto | |
enableUid() | Tiny::Proto | inline |
end() | Tiny::Proto | |
Proto() (defined in Tiny::Proto) | Tiny::Proto | inline |
read(char *buf, int size, uint8_t flags=TINY_FLAG_WAIT_FOREVER) | Tiny::Proto | |
read(Packet &pkt, uint8_t flags=TINY_FLAG_WAIT_FOREVER) | Tiny::Proto | |
write(char *buf, int size, uint8_t flags=TINY_FLAG_WAIT_FOREVER) | Tiny::Proto | |
write(Packet &pkt, uint8_t flags=TINY_FLAG_WAIT_FOREVER) | Tiny::Proto |