Represents the result (value) for a Link Metrics query.

Public Attributes#

Specifies which metrics values are present/included.

uint32_t

The value of Pdu Count.

uint8_t

The value LQI.

uint8_t

The value of Link Margin.

int8_t

The value of Rssi.

Public Attribute Documentation#

mMetrics#

otLinkMetrics otLinkMetricsValues::mMetrics

Specifies which metrics values are present/included.


Definition at line 62 of file include/openthread/link_metrics.h

mPduCountValue#

uint32_t otLinkMetricsValues::mPduCountValue

The value of Pdu Count.


Definition at line 64 of file include/openthread/link_metrics.h

mLqiValue#

uint8_t otLinkMetricsValues::mLqiValue

The value LQI.


Definition at line 65 of file include/openthread/link_metrics.h

mLinkMarginValue#

uint8_t otLinkMetricsValues::mLinkMarginValue

The value of Link Margin.


Definition at line 66 of file include/openthread/link_metrics.h

mRssiValue#

int8_t otLinkMetricsValues::mRssiValue

The value of Rssi.


Definition at line 67 of file include/openthread/link_metrics.h