Represents a group of TREL related counters in the platform layer.

Public Attributes#

uint64_t

Number of packets successfully transmitted through TREL.

uint64_t

Sum of size of packets successfully transmitted through TREL.

uint64_t

Number of packet transmission failures through TREL.

uint64_t

Number of packets received through TREL.

uint64_t

Sum of size of packets received through TREL.

Public Attribute Documentation#

mTxPackets#

uint64_t otPlatTrelCounters::mTxPackets

Number of packets successfully transmitted through TREL.


Definition at line 206 of file include/openthread/platform/trel.h

mTxBytes#

uint64_t otPlatTrelCounters::mTxBytes

Sum of size of packets successfully transmitted through TREL.


Definition at line 207 of file include/openthread/platform/trel.h

mTxFailure#

uint64_t otPlatTrelCounters::mTxFailure

Number of packet transmission failures through TREL.


Definition at line 208 of file include/openthread/platform/trel.h

mRxPackets#

uint64_t otPlatTrelCounters::mRxPackets

Number of packets received through TREL.


Definition at line 209 of file include/openthread/platform/trel.h

mRxBytes#

uint64_t otPlatTrelCounters::mRxBytes

Sum of size of packets received through TREL.


Definition at line 210 of file include/openthread/platform/trel.h