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.


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

mNetworkName#

otNetworkName otActiveScanResult::mNetworkName

Thread Network Name.


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

mExtendedPanId#

otExtendedPanId otActiveScanResult::mExtendedPanId

Thread Extended PAN ID.


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

mSteeringData#

otSteeringData otActiveScanResult::mSteeringData

Steering Data.


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

mPanId#

uint16_t otActiveScanResult::mPanId

IEEE 802.15.4 PAN ID.


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

mJoinerUdpPort#

uint16_t otActiveScanResult::mJoinerUdpPort

Joiner UDP Port.


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

mChannel#

uint8_t otActiveScanResult::mChannel

IEEE 802.15.4 Channel.


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

mRssi#

int8_t otActiveScanResult::mRssi

RSSI (dBm)


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

mLqi#

uint8_t otActiveScanResult::mLqi

LQI.


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

mVersion#

unsigned int otActiveScanResult::mVersion

Version.


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

mIsNative#

bool otActiveScanResult::mIsNative

Native Commissioner flag.


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

mDiscover#

bool otActiveScanResult::mDiscover

Result from MLE Discovery.


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

mIsJoinable#

bool otActiveScanResult::mIsJoinable

Joining Permitted flag.


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