otPacketsAndBytes
#include <ip6.h>
Represents the counters for packets and bytes.
Summary
Public attributes |
|
---|---|
mBytes
|
uint64_t
The number of bytes.
|
mPackets
|
uint64_t
The number of packets.
|
Public attributes
mBytes
uint64_t otPacketsAndBytes::mBytes
The number of bytes.
mPackets
uint64_t otPacketsAndBytes::mPackets
The number of packets.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.