Tiny protocol
0.9.0
Tiny communication protocol for microcontrollers
|
This is the complete list of members for Tiny::ProtoFdD, including all inherited members.
begin(write_block_cb_t writecb, read_block_cb_t readcb) | Tiny::IProtoFd | |
beginToSerial() | Tiny::IProtoFd | inline |
beginToSerial1() | Tiny::IProtoFd | inline |
beginToSerial2() | Tiny::IProtoFd | inline |
beginToSerial3() | Tiny::IProtoFd | inline |
disableCrc() | Tiny::IProtoFd | |
enableCheckSum() | Tiny::IProtoFd | |
enableCrc16() | Tiny::IProtoFd | |
enableCrc32() | Tiny::IProtoFd | |
end() | Tiny::IProtoFd | |
IProtoFd(void *buffer, int bufferSize) | Tiny::IProtoFd | inline |
onReceive(uint8_t *pdata, int size) | Tiny::IProtoFd | inlineprotectedvirtual |
ProtoFdD(int size) | Tiny::ProtoFdD | inline |
run_rx(uint16_t timeout=0) | Tiny::IProtoFd | |
run_tx(uint16_t timeout=0) | Tiny::IProtoFd | |
setReceiveCallback(void(*on_receive)(IPacket &pkt)=nullptr) | Tiny::IProtoFd | inline |
setSendTimeout(uint16_t timeout) | Tiny::IProtoFd | inline |
setWindowSize(uint8_t window) | Tiny::IProtoFd | inline |
write(char *buf, int size) | Tiny::IProtoFd | |
write(IPacket &pkt) | Tiny::IProtoFd | |
~IProtoFd()=default (defined in Tiny::IProtoFd) | Tiny::IProtoFd | virtual |
~ProtoFdD() (defined in Tiny::ProtoFdD) | Tiny::ProtoFdD | inline |