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.
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.