otThreadLinkInfo
    #include <message.h>
  
Represents link-specific information for messages received from the Thread radio.
Summary
| Public attributes | |
|---|---|
| mChannel | uint8_t802.15.4 Channel  | 
| mIsDstPanIdBroadcast | boolIndicates whether or not destination PAN ID is broadcast.  | 
| mLinkSecurity | boolIndicates whether or not link security is enabled.  | 
| mLqi | uint8_tAverage Link Quality Indicator (averaged over fragments)  | 
| mNetworkTimeOffset | int64_tThe time offset to the Thread network time, in microseconds.  | 
| mPanId | uint16_tSource PAN ID.  | 
| mRadioType | uint8_tRadio link type.  | 
| mRss | int8_tReceived Signal Strength in dBm (averaged over fragments)  | 
| mTimeSyncSeq | uint8_tThe time sync sequence.  | 
Public attributes
mChannel
uint8_t otThreadLinkInfo::mChannel
802.15.4 Channel
mIsDstPanIdBroadcast
bool otThreadLinkInfo::mIsDstPanIdBroadcast
Indicates whether or not destination PAN ID is broadcast.
mLinkSecurity
bool otThreadLinkInfo::mLinkSecurity
Indicates whether or not link security is enabled.
mLqi
uint8_t otThreadLinkInfo::mLqi
Average Link Quality Indicator (averaged over fragments)
mNetworkTimeOffset
int64_t otThreadLinkInfo::mNetworkTimeOffset
The time offset to the Thread network time, in microseconds.
mPanId
uint16_t otThreadLinkInfo::mPanId
Source PAN ID.
mRadioType
uint8_t otThreadLinkInfo::mRadioType
Radio link type.
mRss
int8_t otThreadLinkInfo::mRss
Received Signal Strength in dBm (averaged over fragments)
mTimeSyncSeq
uint8_t otThreadLinkInfo::mTimeSyncSeq
The time sync sequence.
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.