ESP-IDF
otHistoryTrackerNeighborInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otHistoryTrackerNeighborInfo
otHistoryTrackerNeighborInfo struct
Represents a neighbor info.
Syntax
Show:
Summary
Declaration
from
history_tracker.h:172
typedef
struct
otHistoryTrackerNeighborInfo
{
otExtAddress
mExtAddress
;
uint16_t
mRloc16
;
int8_t
mAverageRssi
;
uint8_t
mEvent
:
2
;
bool
mRxOnWhenIdle
:
1
;
bool
mFullThreadDevice
:
1
;
bool
mFullNetworkData
:
1
;
bool
mIsChild
:
1
;
}
otHistoryTrackerNeighborInfo
;
Fields
Field
Declared as
otHistoryTrackerNeighborInfo::mExtAddress
otExtAddress
otHistoryTrackerNeighborInfo::mRloc16
uint16_t
otHistoryTrackerNeighborInfo::mAverageRssi
int8_t
otHistoryTrackerNeighborInfo::mEvent
uint8_t
:
2
otHistoryTrackerNeighborInfo::mRxOnWhenIdle
bool
:
1
otHistoryTrackerNeighborInfo::mFullThreadDevice
bool
:
1
otHistoryTrackerNeighborInfo::mFullNetworkData
bool
:
1
otHistoryTrackerNeighborInfo::mIsChild
bool
:
1
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