netstats_t Struct Reference

Global statistics struct. More...

Detailed Description

Global statistics struct.

Definition at line 43 of file netstats.h.

#include <netstats.h>

Data Fields

uint32_t tx_unicast_count
 packets sent via unicast
 
uint32_t tx_mcast_count
 packets sent via multicast (including broadcast)
 
uint32_t tx_success
 successful sending operations (either acknowledged or unconfirmed sending operation, e.g. More...
 
uint32_t tx_failed
 failed sending operations
 
uint32_t tx_bytes
 sent bytes
 
uint32_t rx_count
 received (data) packets
 
uint32_t rx_bytes
 received bytes
 

Field Documentation

◆ tx_success

uint32_t netstats_t::tx_success

successful sending operations (either acknowledged or unconfirmed sending operation, e.g.

multicast)

Definition at line 47 of file netstats.h.


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