Tiny protocol
0.7.0
Tiny communication protocol for microcontrollers
|
#include <tiny_layer2.h>
Public Attributes | |
int | sentbytes |
Number of payload bytes, sent from the frame being sent. | |
uint8_t * | pframe |
Pointer to the frame data being sent. | |
int | framelen |
Length of the frame passed by a user. | |
uint8_t | inprogress |
fcs_t | fcs |
The field contains calculated checksum and not available in TINY_MINIMAL configuration. | |
This structure describes the state of Transmit State machine.
uint8_t STinyTxStatus::inprogress |