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
192
of file include/openthread/platform/trel.h
mTxBytes#
uint64_t otPlatTrelCounters::mTxBytes
Sum of size of packets successfully transmitted through TREL.
Definition at line
193
of file include/openthread/platform/trel.h
mTxFailure#
uint64_t otPlatTrelCounters::mTxFailure
Number of packet transmission failures through TREL.
Definition at line
194
of file include/openthread/platform/trel.h
mRxPackets#
uint64_t otPlatTrelCounters::mRxPackets
Number of packets received through TREL.
Definition at line
195
of file include/openthread/platform/trel.h
mRxBytes#
uint64_t otPlatTrelCounters::mRxBytes
Sum of size of packets received through TREL.
Definition at line
196
of file include/openthread/platform/trel.h