Nicolas Borla / Mbed OS BBR_1Ebene
Embed: (wiki syntax)

« Back to documentation index

fnet_netif_statistics Struct Reference

fnet_netif_statistics Struct Reference
[Fnet_netif]

Network interface statistics, used by the fnet_netif_get_statistics(). More...

#include <fnet_netif.h>

Data Fields

fnet_uint32_t tx_packet
 Tx packet count.
fnet_uint32_t rx_packet
 Rx packet count.

Detailed Description

Network interface statistics, used by the fnet_netif_get_statistics().

Definition at line 57 of file fnet_netif.h.


Field Documentation

fnet_uint32_t rx_packet

Rx packet count.

Definition at line 60 of file fnet_netif.h.

fnet_uint32_t tx_packet

Tx packet count.

Definition at line 59 of file fnet_netif.h.