Tiny protocol
0.11.0
Tiny communication protocol for microcontrollers
|
#include <tiny_types.h>
Public Attributes | |
uint32_t | oosyncBytes |
Number of bytes received out of frame bytes. | |
uint32_t | bytesSent |
Number of payload bytes totally sent through the channel. | |
uint32_t | bytesReceived |
Number of payload bytes totally received through the channel. | |
uint32_t | framesSent |
Number of frames, successfully sent through the channel. | |
uint32_t | framesReceived |
Number of frames, successfully received through the communication channel. | |
uint32_t | framesBroken |
Number of broken frames received. | |
This structure contains captured statistics while the protocol sends and receives messages.