#include <message.h>

Represents link-specific information for messages received from the Thread radio.

Summary

Public attributes

mChannel

uint8_t

802.15.4 Channel

mIsDstPanIdBroadcast

bool

Indicates whether or not destination PAN ID is broadcast.

mLinkSecurity

bool

Indicates whether or not link security is enabled.

mLqi

uint8_t

Average Link Quality Indicator (averaged over fragments)

mNetworkTimeOffset

int64_t

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

mPanId

uint16_t

Source PAN ID.

mRadioType

uint8_t

Radio link type.

mRss

int8_t

Received Signal Strength in dBm (averaged over fragments)

mTimeSyncSeq

uint8_t

The time sync sequence.

Public attributes

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. The OPENTHREAD and related marks are trademarks of the Thread Group and are used under license.

Last updated 2024-03-08 UTC.