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

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

Detailed Description

This structure describes the state of Transmit State machine.

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

Member Data Documentation

◆ inprogress

uint8_t STinyTxStatus::inprogress
See also
ETinyTxState

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