Home
last modified time | relevance | path

Searched refs:mMetricsTypeId (Results 1 – 1 of 1) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dlink_metrics_tlvs.hpp120 uint8_t GetMetricsTypeId(void) const { return mMetricsTypeId; } in GetMetricsTypeId()
128 void SetMetricsTypeId(uint8_t aMetricsTypeId) { mMetricsTypeId = aMetricsTypeId; } in SetMetricsTypeId()
171 uint8_t mMetricsTypeId; member in ot::LinkMetrics::ReportSubTlv