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.

uint8_t

Link Quality Indicator for a received message.

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#

mPanId#

uint16_t otThreadLinkInfo::mPanId

Source PAN ID.


Definition at line 63 of file include/openthread/link.h

mChannel#

uint8_t otThreadLinkInfo::mChannel

802.15.4 Channel


Definition at line 64 of file include/openthread/link.h

mRss#

int8_t otThreadLinkInfo::mRss

Received Signal Strength in dBm.


Definition at line 65 of file include/openthread/link.h

mLqi#

uint8_t otThreadLinkInfo::mLqi

Link Quality Indicator for a received message.


Definition at line 66 of file include/openthread/link.h

mLinkSecurity#

bool otThreadLinkInfo::mLinkSecurity

Indicates whether or not link security is enabled.


Definition at line 67 of file include/openthread/link.h

mIsDstPanIdBroadcast#

bool otThreadLinkInfo::mIsDstPanIdBroadcast

Indicates whether or not destination PAN ID is broadcast.


Definition at line 68 of file include/openthread/link.h

mTimeSyncSeq#

uint8_t otThreadLinkInfo::mTimeSyncSeq

The time sync sequence.


Definition at line 71 of file include/openthread/link.h

mNetworkTimeOffset#

int64_t otThreadLinkInfo::mNetworkTimeOffset

The time offset to the Thread network time, in microseconds.


Definition at line 72 of file include/openthread/link.h

mRadioType#

uint8_t otThreadLinkInfo::mRadioType

Radio link type.


Definition at line 75 of file include/openthread/link.h