ESP-IDF
otRouterInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otRouterInfo
otRouterInfo struct
Holds diagnostic information for a Thread Router
Syntax
Show:
Summary
Declaration
from
thread.h:134
typedef
struct
{
otExtAddress
mExtAddress
;
uint16_t
mRloc16
;
uint8_t
mRouterId
;
uint8_t
mNextHop
;
uint8_t
mPathCost
;
uint8_t
mLinkQualityIn
;
uint8_t
mLinkQualityOut
;
uint8_t
mAge
;
bool
mAllocated
:
1
;
bool
mLinkEstablished
:
1
;
uint8_t
mVersion
;
uint8_t
mCslClockAccuracy
;
uint8_t
mCslUncertainty
;
}
otRouterInfo
;
Fields
Field
Declared as
Description
otRouterInfo::mExtAddress
otExtAddress
otRouterInfo::mRloc16
uint16_t
otRouterInfo::mRouterId
uint8_t
otRouterInfo::mNextHop
uint8_t
otRouterInfo::mPathCost
uint8_t
otRouterInfo::mLinkQualityIn
uint8_t
otRouterInfo::mLinkQualityOut
uint8_t
otRouterInfo::mAge
uint8_t
otRouterInfo::mAllocated
bool
:
1
otRouterInfo::mLinkEstablished
bool
:
1
otRouterInfo::mVersion
uint8_t
otRouterInfo::mCslClockAccuracy
uint8_t
Parent CSL parameters are only relevant when OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE is enabled.
otRouterInfo::mCslUncertainty
uint8_t
Related Functions
Found 2 other functions taking a
otRouterInfo
argument:
Function
Description
otThreadGetParentInfo()
The function retrieves diagnostic information for a Thread Router as parent.
otThreadGetRouterInfo()
The function retains diagnostic information for a given Thread Router.
Examples
References
from
examples
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