Tiny protocol  0.7.0
Tiny communication protocol for microcontrollers
Public Attributes | List of all members
STinyRxStatus Struct Reference

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

Detailed Description

This structure describes the state of Receive State machine.

Warning
This is for internal use only, and should not be accessed directly from the application.

Member Data Documentation

◆ framelen

int STinyRxStatus::framelen

Number of bytes in the frame being received.

This value becomes valid only when TINY_RX_STATE_END is reached.


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