Represents link-specific information for messages received from the Thread radio.
Public Attributes#
uint16_t
Source PAN ID.
uint8_t
802.15.4 Channel
int8_t
Received Signal Strength in dBm (averaged over fragments)
uint8_t
Average Link Quality Indicator (averaged over fragments)
bool
Indicates whether or not link security is enabled.
bool
Indicates whether or not destination PAN ID is broadcast.
uint8_t
The time sync sequence.
int64_t
The time offset to the Thread network time, in microseconds.
uint8_t
Radio link type.
Public Attribute Documentation#
mLinkSecurity#
bool otThreadLinkInfo::mLinkSecurity
Indicates whether or not link security is enabled.
mIsDstPanIdBroadcast#
bool otThreadLinkInfo::mIsDstPanIdBroadcast
Indicates whether or not destination PAN ID is broadcast.
mNetworkTimeOffset#
int64_t otThreadLinkInfo::mNetworkTimeOffset
The time offset to the Thread network time, in microseconds.