pub type otTrelCounters = otPlatTrelCounters;Expand description
Represents a group of TREL related counters.
Aliased Type§
#[repr(C)]pub struct otTrelCounters {
pub mTxPackets: u64,
pub mTxBytes: u64,
pub mTxFailure: u64,
pub mRxPackets: u64,
pub mRxBytes: u64,
}Fields§
§mTxPackets: u64< Number of packets successfully transmitted through TREL.
mTxBytes: u64< Sum of size of packets successfully transmitted through TREL.
mTxFailure: u64< Number of packet transmission failures through TREL.
mRxPackets: u64< Number of packets received through TREL.
mRxBytes: u64< Sum of size of packets received through TREL.