otThreadParentResponseInfo
    #include <thread.h>
  
Represents the MLE Parent Response data.
Summary
        Public attributes | 
    |
|---|---|
        mExtAddr
       | 
      
        
         IEEE 802.15.4 Extended Address of the Parent.  
       | 
    
        mIsAttached
       | 
      
        bool
        Is the node receiving parent response attached.  
       | 
    
        mLinkQuality1
       | 
      
        uint8_t
        Parent Link Quality 1.  
       | 
    
        mLinkQuality2
       | 
      
        uint8_t
        Parent Link Quality 2.  
       | 
    
        mLinkQuality3
       | 
      
        uint8_t
        Parent Link Quality 3.  
       | 
    
        mPriority
       | 
      
        int8_t
        Parent priority.  
       | 
    
        mRloc16
       | 
      
        uint16_t
        Short address of the Parent.  
       | 
    
        mRssi
       | 
      
        int8_t
        Rssi of the Parent.  
       | 
    
Public attributes
mExtAddr
otExtAddress otThreadParentResponseInfo::mExtAddr
IEEE 802.15.4 Extended Address of the Parent.
mIsAttached
bool otThreadParentResponseInfo::mIsAttached
Is the node receiving parent response attached.
mLinkQuality1
uint8_t otThreadParentResponseInfo::mLinkQuality1
Parent Link Quality 1.
mLinkQuality2
uint8_t otThreadParentResponseInfo::mLinkQuality2
Parent Link Quality 2.
mLinkQuality3
uint8_t otThreadParentResponseInfo::mLinkQuality3
Parent Link Quality 3.
mPriority
int8_t otThreadParentResponseInfo::mPriority
Parent priority.
mRloc16
uint16_t otThreadParentResponseInfo::mRloc16
Short address of the Parent.
mRssi
int8_t otThreadParentResponseInfo::mRssi
Rssi of the Parent.
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.