otActiveScanResult
    #include <link.h>
  
Represents a received IEEE 802.15.4 Beacon.
Summary
        Public attributes | 
    |
|---|---|
        mChannel
       | 
      
        uint8_t
        IEEE 802.15.4 Channel.  
       | 
    
        mDiscover
       | 
      
        bool
        Result from MLE Discovery.  
       | 
    
        mExtAddress
       | 
      
        
         IEEE 802.15.4 Extended Address.  
       | 
    
        mExtendedPanId
       | 
      
        
         Thread Extended PAN ID.  
       | 
    
        mIsJoinable
       | 
      
        bool
        Joining Permitted flag.  
       | 
    
        mIsNative
       | 
      
        bool
        Native Commissioner flag.  
       | 
    
        mJoinerUdpPort
       | 
      
        uint16_t
        Joiner UDP Port.  
       | 
    
        mLqi
       | 
      
        uint8_t
        LQI.  
       | 
    
        mNetworkName
       | 
      
        
         Thread Network Name.  
       | 
    
        mPanId
       | 
      
        uint16_t
        IEEE 802.15.4 PAN ID.  
       | 
    
        mRssi
       | 
      
        int8_t
        RSSI (dBm)  
       | 
    
        mSteeringData
       | 
      
        
         Steering Data.  
       | 
    
        mVersion
       | 
      
        unsigned int
        Version.  
       | 
    
Public attributes
mChannel
uint8_t otActiveScanResult::mChannel
IEEE 802.15.4 Channel.
mDiscover
bool otActiveScanResult::mDiscover
Result from MLE Discovery.
mIsJoinable
bool otActiveScanResult::mIsJoinable
Joining Permitted flag.
mIsNative
bool otActiveScanResult::mIsNative
Native Commissioner flag.
mJoinerUdpPort
uint16_t otActiveScanResult::mJoinerUdpPort
Joiner UDP Port.
mLqi
uint8_t otActiveScanResult::mLqi
LQI.
mPanId
uint16_t otActiveScanResult::mPanId
IEEE 802.15.4 PAN ID.
mRssi
int8_t otActiveScanResult::mRssi
RSSI (dBm)
mVersion
unsigned int otActiveScanResult::mVersion
Version.
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.