This structure holds diagnostic information for a Thread Router.
#include <
include/openthread/thread.h
>
Public Attributes |
|
| otExtAddress | mExtAddress |
|
IEEE 802.15.4 Extended Address.
|
|
| uint16_t | mRloc16 |
|
RLOC16.
|
|
| uint8_t | mRouterId |
|
Router ID.
|
|
| uint8_t | mNextHop |
|
Next hop to router.
|
|
| uint8_t | mPathCost |
|
Path cost to router.
|
|
| uint8_t | mLinkQualityIn |
|
Link Quality In.
|
|
| uint8_t | mLinkQualityOut |
|
Link Quality Out.
|
|
| uint8_t | mAge |
|
Time last heard.
|
|
| bool | mAllocated : 1 |
|
Router ID allocated or not.
|
|
| bool | mLinkEstablished : 1 |
|
Link established with Router ID or not.
|
|
| uint8_t | mVersion |
|
Thread version.
|
|
| uint8_t | mCslClockAccuracy |
|
Parent CSL parameters are only relevant when OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE is enabled.
|
|
| uint8_t | mCslUncertainty |
|
CSL uncertainty, in ±10 us.
|
|
This structure holds diagnostic information for a Thread Router.
Member Data Documentation
◆ mCslClockAccuracy
| uint8_t otRouterInfo::mCslClockAccuracy |
Parent CSL parameters are only relevant when OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE is enabled.
CSL clock accuracy, in ± ppm
The documentation for this struct was generated from the following file:
-
include/openthread/
thread.h