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.
99
of file include/openthread/message.h
mChannel#
uint8_t otThreadLinkInfo::mChannel
802.15.4 Channel
100
of file include/openthread/message.h
mRss#
int8_t otThreadLinkInfo::mRss
Received Signal Strength in dBm (averaged over fragments)
101
of file include/openthread/message.h
mLqi#
uint8_t otThreadLinkInfo::mLqi
Average Link Quality Indicator (averaged over fragments)
102
of file include/openthread/message.h
mLinkSecurity#
bool otThreadLinkInfo::mLinkSecurity
Indicates whether or not link security is enabled.
103
of file include/openthread/message.h
mIsDstPanIdBroadcast#
bool otThreadLinkInfo::mIsDstPanIdBroadcast
Indicates whether or not destination PAN ID is broadcast.
104
of file include/openthread/message.h
mTimeSyncSeq#
uint8_t otThreadLinkInfo::mTimeSyncSeq
The time sync sequence.
107
of file include/openthread/message.h
mNetworkTimeOffset#
int64_t otThreadLinkInfo::mNetworkTimeOffset
The time offset to the Thread network time, in microseconds.
108
of file include/openthread/message.h
mRadioType#
uint8_t otThreadLinkInfo::mRadioType
Radio link type.
111
of file include/openthread/message.h