You are viewing documentation for version:
Represents a received IEEE 802.15.4 Beacon. 
Public Attributes#
IEEE 802.15.4 Extended Address. 
bool
Native Commissioner flag. 
bool
Result from MLE Discovery. 
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.