otHistoryTrackerNeighborInfo
    #include <history_tracker.h>
  
Represents a neighbor info.
Summary
| Public attributes | |
|---|---|
| mAverageRssi | int8_tAverage RSSI of rx frames from neighbor at the time of recording entry.  | 
| mEvent | uint8_tIndicates the event ( OT_HISTORY_TRACKER_NEIGHBOR_EVENT_*enumeration). | 
| mExtAddress | Neighbor's Extended Address.  | 
| mFullNetworkData | boolFull Network Data.  | 
| mFullThreadDevice | boolFull Thread Device.  | 
| mIsChild | boolIndicates whether or not the neighbor is a child.  | 
| mRloc16 | uint16_tNeighbor's RLOC16.  | 
| mRxOnWhenIdle | boolRx-on-when-idle.  | 
Public attributes
mAverageRssi
int8_t otHistoryTrackerNeighborInfo::mAverageRssi
Average RSSI of rx frames from neighbor at the time of recording entry.
mEvent
uint8_t otHistoryTrackerNeighborInfo::mEvent
Indicates the event (OT_HISTORY_TRACKER_NEIGHBOR_EVENT_* enumeration). 
mFullNetworkData
bool otHistoryTrackerNeighborInfo::mFullNetworkData
Full Network Data.
mFullThreadDevice
bool otHistoryTrackerNeighborInfo::mFullThreadDevice
Full Thread Device.
mIsChild
bool otHistoryTrackerNeighborInfo::mIsChild
Indicates whether or not the neighbor is a child.
mRloc16
uint16_t otHistoryTrackerNeighborInfo::mRloc16
Neighbor's RLOC16.
mRxOnWhenIdle
bool otHistoryTrackerNeighborInfo::mRxOnWhenIdle
Rx-on-when-idle.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.