Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Aug 9 2022 00:37:33 by
 1.7.2
 1.7.2