otChildInfo

#include <thread_ftd.h>

Przechowuje informacje diagnostyczne o elemencie podrzędnym Thread.

Podsumowanie

Atrybuty publiczne

mAge
uint32_t
Liczba sekund od ostatniego słuchania.
mAverageRssi
int8_t
Średnia RSSI.
mChildId
uint16_t
Identyfikator podmiotu podrzędnego.
mConnectionTime
uint64_t
Liczba sekund od podłączenia (wymaga OPENTHREAD_CONFIG_UPTIME_ENABLE)
mExtAddress
Rozszerzony adres IEEE 802.15.4.
mFrameErrorRate
uint16_t
Odsetek błędów klatek (0xffff->100%). Wymaga funkcji śledzenia błędów.
mFullNetworkData
bool
Pełne dane sieciowe.
mFullThreadDevice
bool
Urządzenie z pełną gamą wątków.
mIsCslSynced
bool
Czy podrzędny CSL jest zsynchronizowany.
mIsStateRestoring
bool
Trwa przywracanie.
mLastRssi
int8_t
Ostatnio zaobserwowany RSSI.
mLinkQualityIn
uint8_t
Jakość linku
mMessageErrorRate
uint16_t
Odsetek błędów wiadomości (IPv6) (0xffff->100%). Wymaga funkcji śledzenia błędów.
mNetworkDataVersion
uint8_t
Wersja danych sieci.
mQueuedMessageCnt
uint16_t
Liczba wiadomości w kolejce wiadomości podrzędnego.
mRloc16
uint16_t
RLOC16.
mRxOnWhenIdle
bool
rx-on-when-idle
mSupervisionInterval
uint16_t
Odstęp czasu nadzoru (w sekundach).
mTimeout
uint32_t
Czas oczekiwania.
mVersion
uint8_t
Wersja MLE.

Atrybuty publiczne

mAge

uint32_t otChildInfo::mAge

Liczba sekund od ostatniego słuchania.

mAverageRssi

int8_t otChildInfo::mAverageRssi

Średnia RSSI.

mChildId

uint16_t otChildInfo::mChildId

Identyfikator podmiotu podrzędnego.

mConnectionTime

uint64_t otChildInfo::mConnectionTime

Liczba sekund od podłączenia (wymaga OPENTHREAD_CONFIG_UPTIME_ENABLE)

mExtAddress

otExtAddress otChildInfo::mExtAddress

Rozszerzony adres IEEE 802.15.4.

mFrameErrorRate

uint16_t otChildInfo::mFrameErrorRate

Odsetek błędów klatek (0xffff->100%). Wymaga funkcji śledzenia błędów.

mFullNetworkData

bool otChildInfo::mFullNetworkData

Pełne dane sieciowe.

mFullThreadDevice

bool otChildInfo::mFullThreadDevice

Urządzenie z pełną gamą wątków.

mIsCslSynced

bool otChildInfo::mIsCslSynced

Czy podrzędny CSL jest zsynchronizowany.

mIsStateRestoring

bool otChildInfo::mIsStateRestoring

Trwa przywracanie.

mLastRssi

int8_t otChildInfo::mLastRssi

Ostatnio zaobserwowany RSSI.

mLinkQualityIn

uint8_t otChildInfo::mLinkQualityIn

Jakość linku

mMessageErrorRate

uint16_t otChildInfo::mMessageErrorRate

Odsetek błędów wiadomości (IPv6) (0xffff->100%). Wymaga funkcji śledzenia błędów.

mNetworkDataVersion

uint8_t otChildInfo::mNetworkDataVersion

Wersja danych sieci.

mQueuedMessageCnt

uint16_t otChildInfo::mQueuedMessageCnt

Liczba wiadomości w kolejce wiadomości podrzędnego.

mRloc16

uint16_t otChildInfo::mRloc16

RLOC16.

mRxOnWhenIdle

bool otChildInfo::mRxOnWhenIdle

rx-on-when-idle

mSupervisionInterval

uint16_t otChildInfo::mSupervisionInterval

Odstęp czasu nadzoru (w sekundach).

mTimeout

uint32_t otChildInfo::mTimeout

Czas oczekiwania.

mVersion

uint8_t otChildInfo::mVersion

Wersja MLE.

Zasoby

Tematy referencyjne interfejsu OpenThread API pochodzą z kodu źródłowego dostępnego w GitHub. Aby dowiedzieć się więcej lub dołączyć do naszej dokumentacji, skorzystaj z sekcji Zasoby.