This structure represents a received IEEE 802.15.4 Beacon.

Public Attributes#

IEEE 802.15.4 Extended Address.

Thread Network Name.

Thread Extended PAN ID.

uint16_t

IEEE 802.15.4 PAN ID.

uint16_t

Joiner UDP Port.

uint8_t

IEEE 802.15.4 Channel.

int8_t

RSSI (dBm)

uint8_t

LQI.

unsigned int

Version.

bool

Native Commissioner flag.

bool

Result from MLE Discovery.

bool

Joining Permitted flag.

Public Attribute Documentation#

mExtAddress#

otExtAddress otActiveScanResult::mExtAddress

IEEE 802.15.4 Extended Address.


mNetworkName#

otNetworkName otActiveScanResult::mNetworkName

Thread Network Name.


mExtendedPanId#

otExtendedPanId otActiveScanResult::mExtendedPanId

Thread Extended PAN ID.


mSteeringData#

otSteeringData otActiveScanResult::mSteeringData

Steering Data.


mPanId#

uint16_t otActiveScanResult::mPanId

IEEE 802.15.4 PAN ID.


mJoinerUdpPort#

uint16_t otActiveScanResult::mJoinerUdpPort

Joiner UDP Port.


mChannel#

uint8_t otActiveScanResult::mChannel

IEEE 802.15.4 Channel.


mRssi#

int8_t otActiveScanResult::mRssi

RSSI (dBm)


mLqi#

uint8_t otActiveScanResult::mLqi

LQI.


mVersion#

unsigned int otActiveScanResult::mVersion

Version.


mIsNative#

bool otActiveScanResult::mIsNative

Native Commissioner flag.


mDiscover#

bool otActiveScanResult::mDiscover

Result from MLE Discovery.


mIsJoinable#

bool otActiveScanResult::mIsJoinable

Joining Permitted flag.