Tiny protocol
0.9.0
Tiny communication protocol for microcontrollers
|
This is the complete list of members for Tiny::ProtoHd, including all inherited members.
begin(write_block_cb_t writecb, read_block_cb_t readcb) | Tiny::ProtoHd | |
beginToSerial() | Tiny::ProtoHd | inline |
beginToSerial1() | Tiny::ProtoHd | inline |
beginToSerial2() | Tiny::ProtoHd | inline |
beginToSerial3() | Tiny::ProtoHd | inline |
disableCrc() | Tiny::ProtoHd | |
enableCheckSum() | Tiny::ProtoHd | |
enableCrc16() | Tiny::ProtoHd | |
enableCrc32() | Tiny::ProtoHd | |
end() | Tiny::ProtoHd | |
ProtoHd(void *buffer, int bufferSize, void(*onReceive)(uint8_t *buf, int len)) | Tiny::ProtoHd | inline |
run() | Tiny::ProtoHd | |
write(char *buf, int size) | Tiny::ProtoHd | |
write(IPacket &pkt) | Tiny::ProtoHd |