otHistoryTrackerNeighborInfo

#include <history_tracker.h>

Represents a neighbor info.

Summary

Public attributes

mAverageRssi
int8_t
Average RSSI of rx frames from neighbor at the time of recording entry.
mEvent
uint8_t
Indicates the event (OT_HISTORY_TRACKER_NEIGHBOR_EVENT_* enumeration).
mExtAddress
Neighbor's Extended Address.
mFullNetworkData
bool
Full Network Data.
mFullThreadDevice
bool
Full Thread Device.
mIsChild
bool
Indicates whether or not the neighbor is a child.
mRloc16
uint16_t
Neighbor's RLOC16.
mRxOnWhenIdle
bool
Rx-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).

mExtAddress

otExtAddress otHistoryTrackerNeighborInfo::mExtAddress

Neighbor's Extended Address.

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.