otPlatTrelCounters
#include <trel.h>
Represents a group of TREL related counters in the platform layer.
Summary
Public attributes |
|
---|---|
mRxBytes
|
uint64_t
Sum of size of packets received through TREL.
|
mRxPackets
|
uint64_t
Number of packets received through TREL.
|
mTxBytes
|
uint64_t
Sum of size of packets successfully transmitted through TREL.
|
mTxFailure
|
uint64_t
Number of packet transmission failures through TREL.
|
mTxPackets
|
uint64_t
Number of packets successfully transmitted through TREL.
|
Public attributes
mRxBytes
uint64_t otPlatTrelCounters::mRxBytes
Sum of size of packets received through TREL.
mRxPackets
uint64_t otPlatTrelCounters::mRxPackets
Number of packets received through TREL.
mTxBytes
uint64_t otPlatTrelCounters::mTxBytes
Sum of size of packets successfully transmitted through TREL.
mTxFailure
uint64_t otPlatTrelCounters::mTxFailure
Number of packet transmission failures through TREL.
mTxPackets
uint64_t otPlatTrelCounters::mTxPackets
Number of packets successfully transmitted through TREL.
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.