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.


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

mNetworkName#

otNetworkName otActiveScanResult::mNetworkName

Thread Network Name.


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

mExtendedPanId#

otExtendedPanId otActiveScanResult::mExtendedPanId

Thread Extended PAN ID.


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

mSteeringData#

otSteeringData otActiveScanResult::mSteeringData

Steering Data.


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

mPanId#

uint16_t otActiveScanResult::mPanId

IEEE 802.15.4 PAN ID.


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

mJoinerUdpPort#

uint16_t otActiveScanResult::mJoinerUdpPort

Joiner UDP Port.


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

mChannel#

uint8_t otActiveScanResult::mChannel

IEEE 802.15.4 Channel.


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

mRssi#

int8_t otActiveScanResult::mRssi

RSSI (dBm)


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

mLqi#

uint8_t otActiveScanResult::mLqi

LQI.


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

mVersion#

unsigned int otActiveScanResult::mVersion

Version.


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

mIsNative#

bool otActiveScanResult::mIsNative

Native Commissioner flag.


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

mDiscover#

bool otActiveScanResult::mDiscover

Result from MLE Discovery.


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

mIsJoinable#

bool otActiveScanResult::mIsJoinable

Joining Permitted flag.


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