ESP-IDF
otThreadParentResponseInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otThreadParentResponseInfo
otThreadParentResponseInfo struct
Represents the MLE Parent Response data.
Syntax
Show:
Summary
Declaration
from
thread.h:205
typedef
struct
otThreadParentResponseInfo
{
otExtAddress
mExtAddr
;
uint16_t
mRloc16
;
int8_t
mRssi
;
int8_t
mPriority
;
uint8_t
mLinkQuality3
;
uint8_t
mLinkQuality2
;
uint8_t
mLinkQuality1
;
bool
mIsAttached
;
}
otThreadParentResponseInfo
;
Fields
Field
Declared as
otThreadParentResponseInfo::mExtAddr
otExtAddress
otThreadParentResponseInfo::mRloc16
uint16_t
otThreadParentResponseInfo::mRssi
int8_t
otThreadParentResponseInfo::mPriority
int8_t
otThreadParentResponseInfo::mLinkQuality3
uint8_t
otThreadParentResponseInfo::mLinkQuality2
uint8_t
otThreadParentResponseInfo::mLinkQuality1
uint8_t
otThreadParentResponseInfo::mIsAttached
bool
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
otThreadParentResponseInfo
thread.h:205
}
otThreadParentResponseInfo
;
thread.h:215
otThreadParentResponseInfo
typedef
void
(
*
otThreadParentResponseCallback
)
(
otThreadParentResponseInfo
*
aInfo
,
void
*
aContext
)
;
thread.h:931
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out