Embedded TCP/IP stack
4.7.0
|
fnet_return_t fnet_netif_get_statistics | ( | fnet_netif_desc_t | netif_desc, |
struct fnet_netif_statistics * | statistics | ||
) |
Retrieves the network interface statistics.
netif_desc | Network interface descriptor. |
statistics | Structure that receives the network interface statistics defined by the fnet_netif_statistics structure. |
This function retrieves the network statistics of the netif
interface and puts it into the statistics
defined by the fnet_netif_statistics structure.