otLinkMetrics
#include <radio.h>
Represents what metrics are specified to query.
Summary
Public attributes |
|
---|---|
mLinkMargin
|
bool
Link Margin.
|
mLqi
|
bool
Link Quality Indicator.
|
mPduCount
|
bool
Pdu count.
|
mReserved
|
bool
Reserved, this is for reference device.
|
mRssi
|
bool
Received Signal Strength Indicator.
|
Public attributes
mLinkMargin
bool otLinkMetrics::mLinkMargin
Link Margin.
mLqi
bool otLinkMetrics::mLqi
Link Quality Indicator.
mPduCount
bool otLinkMetrics::mPduCount
Pdu count.
mReserved
bool otLinkMetrics::mReserved
Reserved, this is for reference device.
mRssi
bool otLinkMetrics::mRssi
Received Signal Strength Indicator.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.