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.
Definition at line
211
of file include/openthread/thread.h
mRloc16#
uint16_t otThreadParentResponseInfo::mRloc16
Short address of the Parent.
Definition at line
212
of file include/openthread/thread.h
mRssi#
int8_t otThreadParentResponseInfo::mRssi
Rssi of the Parent.
Definition at line
213
of file include/openthread/thread.h
mPriority#
int8_t otThreadParentResponseInfo::mPriority
Parent priority.
Definition at line
214
of file include/openthread/thread.h
mLinkQuality3#
uint8_t otThreadParentResponseInfo::mLinkQuality3
Parent Link Quality 3.
Definition at line
215
of file include/openthread/thread.h
mLinkQuality2#
uint8_t otThreadParentResponseInfo::mLinkQuality2
Parent Link Quality 2.
Definition at line
216
of file include/openthread/thread.h
mLinkQuality1#
uint8_t otThreadParentResponseInfo::mLinkQuality1
Parent Link Quality 1.
Definition at line
217
of file include/openthread/thread.h
mIsAttached#
bool otThreadParentResponseInfo::mIsAttached
Is the node receiving parent response attached.
Definition at line
218
of file include/openthread/thread.h