Tiny protocol  0.9.3
Tiny communication protocol for microcontrollers
Public Attributes | List of all members
STinyStats Struct Reference

#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.
 

Detailed Description

This structure contains captured statistics while the protocol sends and receives messages.


The documentation for this struct was generated from the following file: