enc28j60 library  1.0
platform agnostic enc28j60 driver with asynchronous IO support and fully compliant with errata
Public Attributes | List of all members
enc28j60_txstatus Struct Reference

Structure that contains data parsed from status footer appended by enc28j60 after frame that was transmitted or which transmission was aborted. More...

#include <enc28j60.h>

Public Attributes

uint32_t status
 Status vector. Use ENC28J60_TXSTATUS_* flags for check.
 
uint16_t transmit_byte_count
 Total bytes transmitted on the wire for the current packet, including all bytes from collided attempts. More...
 
uint16_t total_bytes_transmitted
 Total bytes in frame not counting collided bytes.
 

Detailed Description

Structure that contains data parsed from status footer appended by enc28j60 after frame that was transmitted or which transmission was aborted.

Member Data Documentation

◆ transmit_byte_count

uint16_t enc28j60_txstatus::transmit_byte_count

Total bytes transmitted on the wire for the current packet, including all bytes from collided attempts.


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