Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_bytes Struct Reference

Number of bytes sent and received. More...

#include <net_stats.h>

Data Fields

net_stats_t sent
 Number of bytes sent.
 
net_stats_t received
 Number of bytes received.
 

Detailed Description

Number of bytes sent and received.

Field Documentation

◆ received

net_stats_t net_stats_bytes::received

Number of bytes received.

◆ sent

net_stats_t net_stats_bytes::sent

Number of bytes sent.


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