Tiny protocol
0.7.0
Tiny communication protocol for microcontrollers
|
#include <tiny_layer2.h>
Public Attributes | |
int | framelen |
Number of bytes in the frame being received. More... | |
uint8_t | inprogress |
The state of Receive State machine. | |
fcs_t | fcs |
The field contains calculated checksum and not available in TINY_MINIMAL configuration. | |
This structure describes the state of Receive State machine.
int STinyRxStatus::framelen |
Number of bytes in the frame being received.
This value becomes valid only when TINY_RX_STATE_END is reached.