Represents a neighbor info.
Public Attributes#
Neighbor's Extended Address.
uint16_t
Neighbor's RLOC16.
int8_t
Average RSSI of rx frames from neighbor at the time of recording entry.
uint8_t
Indicates the event (OT_HISTORY_TRACKER_NEIGHBOR_EVENT_*
enumeration).
bool
Rx-on-when-idle.
bool
Full Thread Device.
bool
Full Network Data.
bool
Indicates whether or not the neighbor is a child.
Public Attribute Documentation#
mExtAddress#
otExtAddress otHistoryTrackerNeighborInfo::mExtAddress
Neighbor's Extended Address.
Definition at line
185
of file include/openthread/history_tracker.h
mRloc16#
uint16_t otHistoryTrackerNeighborInfo::mRloc16
Neighbor's RLOC16.
Definition at line
186
of file include/openthread/history_tracker.h
mAverageRssi#
int8_t otHistoryTrackerNeighborInfo::mAverageRssi
Average RSSI of rx frames from neighbor at the time of recording entry.
Definition at line
187
of file include/openthread/history_tracker.h
mEvent#
uint8_t otHistoryTrackerNeighborInfo::mEvent
Indicates the event (OT_HISTORY_TRACKER_NEIGHBOR_EVENT_*
enumeration).
Definition at line
188
of file include/openthread/history_tracker.h
mRxOnWhenIdle#
bool otHistoryTrackerNeighborInfo::mRxOnWhenIdle
Rx-on-when-idle.
Definition at line
189
of file include/openthread/history_tracker.h
mFullThreadDevice#
bool otHistoryTrackerNeighborInfo::mFullThreadDevice
Full Thread Device.
Definition at line
190
of file include/openthread/history_tracker.h
mFullNetworkData#
bool otHistoryTrackerNeighborInfo::mFullNetworkData
Full Network Data.
Definition at line
191
of file include/openthread/history_tracker.h
mIsChild#
bool otHistoryTrackerNeighborInfo::mIsChild
Indicates whether or not the neighbor is a child.
Definition at line
192
of file include/openthread/history_tracker.h