Represents link-specific information for messages received from the Thread radio.
Public Attributes#
Source PAN ID.
802.15.4 Channel
Received Signal Strength in dBm (averaged over fragments)
Average Link Quality Indicator (averaged over fragments)
Indicates whether or not link security is enabled.
Indicates whether or not destination PAN ID is broadcast.
The time sync sequence.
The time offset to the Thread network time, in microseconds.
Radio link type.
Public Attribute Documentation#
mPanId#
uint16_t otThreadLinkInfo::mPanId
Source PAN ID.
93
of file include/openthread/message.h
mChannel#
uint8_t otThreadLinkInfo::mChannel
802.15.4 Channel
94
of file include/openthread/message.h
mRss#
int8_t otThreadLinkInfo::mRss
Received Signal Strength in dBm (averaged over fragments)
95
of file include/openthread/message.h
mLqi#
uint8_t otThreadLinkInfo::mLqi
Average Link Quality Indicator (averaged over fragments)
96
of file include/openthread/message.h
mLinkSecurity#
bool otThreadLinkInfo::mLinkSecurity
Indicates whether or not link security is enabled.
97
of file include/openthread/message.h
mIsDstPanIdBroadcast#
bool otThreadLinkInfo::mIsDstPanIdBroadcast
Indicates whether or not destination PAN ID is broadcast.
98
of file include/openthread/message.h
mTimeSyncSeq#
uint8_t otThreadLinkInfo::mTimeSyncSeq
The time sync sequence.
101
of file include/openthread/message.h
mNetworkTimeOffset#
int64_t otThreadLinkInfo::mNetworkTimeOffset
The time offset to the Thread network time, in microseconds.
102
of file include/openthread/message.h
mRadioType#
uint8_t otThreadLinkInfo::mRadioType
Radio link type.
105
of file include/openthread/message.h