otMleCounters
#include <thread.h>
表示 Thread 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 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源。