otMleCounters

#include <thread.h>

스레드 MLE 카운터를 나타냅니다.

요약

공개 속성

mAttachAttempts
uint16_t
기기가 분리된 동안의 연결 시도 횟수입니다.
mBetterPartitionAttachAttempts
uint16_t
더 나은 파티션에 연결 시도 횟수입니다.
mChildRole
uint16_t
기기가 OT_DEVICE_ROLE_CHILD 역할로 전환된 횟수입니다.
mChildTime
uint64_t
기기가 OT_DEVICE_ROLE_CHILD 역할이 있었던 시간(밀리초)입니다.
mDetachedRole
uint16_t
기기가 OT_DEVICE_ROLE_DETACHED 역할을 맡게 된 횟수입니다.
mDetachedTime
uint64_t
기기가 OT_DEVICE_ROLE_DETACHED 역할에 있었던 시간(밀리초)입니다.
mDisabledRole
uint16_t
기기가 OT_DEVICE_ROLE_DISABLED 역할을 맡은 횟수입니다.
mDisabledTime
uint64_t
역할 시간 추적
mLeaderRole
uint16_t
기기가 OT_DEVICE_ROLE_LEADER 역할을 맡게 된 횟수입니다.
mLeaderTime
uint64_t
기기가 OT_DEVICE_ROLE_LEADER 역할에 있었던 시간(밀리초)입니다.
mParentChanges
uint16_t
기기에서 상위 요소를 변경한 횟수입니다.
mPartitionIdChanges
uint16_t
파티션 ID 변경 횟수
mRouterRole
uint16_t
기기가 OT_DEVICE_ROLE_ROUTER 역할을 시작한 횟수입니다.
mRouterTime
uint64_t
기기가 OT_DEVICE_ROLE_ROUTER 역할이 있었던 시간(밀리초)입니다.
mTrackedTime
uint64_t
이전 카운터에서 추적한 밀리초 단위입니다.

공개 속성

mAttachAttempts

uint16_t otMleCounters::mAttachAttempts

기기가 분리된 동안의 연결 시도 횟수입니다.

mBetterPartitionAttachAttempts

uint16_t otMleCounters::mBetterPartitionAttachAttempts

더 나은 파티션에 연결 시도 횟수입니다.

mChildRole

uint16_t otMleCounters::mChildRole

기기가 OT_DEVICE_ROLE_CHILD 역할로 전환된 횟수입니다.

mChildTime

uint64_t otMleCounters::mChildTime

기기가 OT_DEVICE_ROLE_CHILD 역할이 있었던 시간(밀리초)입니다.

mDetachedRole

uint16_t otMleCounters::mDetachedRole

기기가 OT_DEVICE_ROLE_DETACHED 역할을 맡게 된 횟수입니다.

mDetachedTime

uint64_t otMleCounters::mDetachedTime

기기가 OT_DEVICE_ROLE_DETACHED 역할에 있었던 시간(밀리초)입니다.

mDisabledRole

uint16_t otMleCounters::mDisabledRole

기기가 OT_DEVICE_ROLE_DISABLED 역할을 맡은 횟수입니다.

mDisabledTime

uint64_t otMleCounters::mDisabledTime

역할 시간 추적

업타임 기능이 사용 설정되면(OPENTHREAD_CONFIG_UPTIME_ENABLE = 1) 각 MLE 역할에 사용된 시간이 추적됩니다.기기가 OT_DEVICE_ROLE_DISABLED 역할에 있었던 시간(밀리초)입니다.

mLeaderRole

uint16_t otMleCounters::mLeaderRole

기기가 OT_DEVICE_ROLE_LEADER 역할을 맡게 된 횟수입니다.

mLeaderTime

uint64_t otMleCounters::mLeaderTime

기기가 OT_DEVICE_ROLE_LEADER 역할에 있었던 시간(밀리초)입니다.

mParentChanges

uint16_t otMleCounters::mParentChanges

기기에서 상위 요소를 변경한 횟수입니다.

기기가 현재 상위 요소에서 분리되어 다른 상위 기기에 연결되어 있거나 주기적인 상위 검색 기능이 사용 설정되어 있을 때 기기가 연결되어 있는 동안에도 상위 요소가 변경될 수 있습니다 (OPENTHREAD_CONFIG_PARENT_SEARCH_ENABLE 옵션 참조).

mPartitionIdChanges

uint16_t otMleCounters::mPartitionIdChanges

파티션 ID 변경 횟수

mRouterRole

uint16_t otMleCounters::mRouterRole

기기가 OT_DEVICE_ROLE_ROUTER 역할을 시작한 횟수입니다.

mRouterTime

uint64_t otMleCounters::mRouterTime

기기가 OT_DEVICE_ROLE_ROUTER 역할이 있었던 시간(밀리초)입니다.

mTrackedTime

uint64_t otMleCounters::mTrackedTime

이전 카운터에서 추적한 밀리초 단위입니다.

자료

OpenThread API 참조 주제는 GitHub에서 제공되는 소스 코드에서 비롯됩니다. 자세한 내용을 알아보거나 문서에 참여하려면 리소스를 참고하세요.