otHistoryTrackerNeighborInfo

#include <history_tracker.h>

Représente des informations sur un voisin.

Résumé

Attributs publics

mAverageRssi
int8_t
RSSI moyen des frames rx du voisin au moment de l'entrée d'enregistrement.
mEvent
uint8_t
Indique l'événement (énumération OT_HISTORY_TRACKER_NEIGHBOR_EVENT_*).
mExtAddress
Adresse étendue du voisin.
mFullNetworkData
bool
Données réseau complètes.
mFullThreadDevice
bool
Appareil Full Thread.
mIsChild
bool
Indique si le voisin est un enfant.
mRloc16
uint16_t
RLOC16 du voisin.
mRxOnWhenIdle
bool
Rx-on-when-idle.

Attributs publics

mAverageRssi

int8_t otHistoryTrackerNeighborInfo::mAverageRssi

RSSI moyen des frames rx du voisin au moment de l'entrée d'enregistrement.

mEvent

uint8_t otHistoryTrackerNeighborInfo::mEvent

Indique l'événement (énumération OT_HISTORY_TRACKER_NEIGHBOR_EVENT_*).

mExtAddress

otExtAddress otHistoryTrackerNeighborInfo::mExtAddress

Adresse étendue du voisin.

mFullNetworkData

bool otHistoryTrackerNeighborInfo::mFullNetworkData

Données réseau complètes.

mFullThreadDevice

bool otHistoryTrackerNeighborInfo::mFullThreadDevice

Appareil Full Thread.

mIsChild

bool otHistoryTrackerNeighborInfo::mIsChild

Indique si le voisin est un enfant.

mRloc16

uint16_t otHistoryTrackerNeighborInfo::mRloc16

RLOC16 du voisin.

mRxOnWhenIdle

bool otHistoryTrackerNeighborInfo::mRxOnWhenIdle

Rx-on-when-idle.

Ressources

Les sujets de référence de l'API OpenThread proviennent du code source, disponible sur GitHub. Pour en savoir plus ou pour contribuer à notre documentation, consultez la section Ressources.