This structure represents the MLE Parent Response data.

Public Attributes#

IEEE 802.15.4 Extended Address of the Parent.

uint16_t

Short address of the Parent.

int8_t

Rssi of the Parent.

int8_t

Parent priority.

uint8_t

Parent Link Quality 3.

uint8_t

Parent Link Quality 2.

uint8_t

Parent Link Quality 1.

bool

Is the node receiving parent response attached.

Public Attribute Documentation#

mExtAddr#

otExtAddress otThreadParentResponseInfo::mExtAddr

IEEE 802.15.4 Extended Address of the Parent.


mRloc16#

uint16_t otThreadParentResponseInfo::mRloc16

Short address of the Parent.


mRssi#

int8_t otThreadParentResponseInfo::mRssi

Rssi of the Parent.


mPriority#

int8_t otThreadParentResponseInfo::mPriority

Parent priority.


mLinkQuality3#

uint8_t otThreadParentResponseInfo::mLinkQuality3

Parent Link Quality 3.


mLinkQuality2#

uint8_t otThreadParentResponseInfo::mLinkQuality2

Parent Link Quality 2.


mLinkQuality1#

uint8_t otThreadParentResponseInfo::mLinkQuality1

Parent Link Quality 1.


mIsAttached#

bool otThreadParentResponseInfo::mIsAttached

Is the node receiving parent response attached.