Home
last modified time | relevance | path

Searched defs:otMleCounters (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h169 typedef struct otMleCounters struct
171 …t mDisabledRole; ///< Number of times device entered OT_DEVICE_ROLE_DISABLED role.
172 …t mDetachedRole; ///< Number of times device entered OT_DEVICE_ROLE_DETACHED role.
173 …16_t mChildRole; ///< Number of times device entered OT_DEVICE_ROLE_CHILD role.
174 …6_t mRouterRole; ///< Number of times device entered OT_DEVICE_ROLE_ROUTER role.
175 …6_t mLeaderRole; ///< Number of times device entered OT_DEVICE_ROLE_LEADER role.
176 … uint16_t mAttachAttempts; ///< Number of attach attempts while device was detached.
177 uint16_t mPartitionIdChanges; ///< Number of changes to partition ID.
201 } otMleCounters; argument