nl:: Weave:: DeviceLayer:: ConnectivityManager:: ThreadPollingConfig
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/ConnectivityManager.h>
描述设备所需的线程轮询行为的信息。
摘要
公共属性 |
|
---|---|
ActivePollingIntervalMS
|
uint32_t
有正在进行的 Weave 交换时,设备轮询其父级 Thread 路由器的时间间隔。
|
InactivePollingIntervalMS
|
uint32_t
没有正在进行的 Weave 交换活动时,设备轮询其父级 Thread 路由器的时间间隔。
|
公共函数 |
|
---|---|
Clear()
|
void
|
公共属性
ActivePollingIntervalMS
uint32_t nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::ActivePollingIntervalMS
有正在进行的 Weave 交换时,设备轮询其父级 Thread 路由器的时间间隔。
仅当设备充当睡眠结束节点时才有意义。
InactivePollingIntervalMS
uint32_t nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::InactivePollingIntervalMS
没有正在进行的 Weave 交换活动时,设备轮询其父级 Thread 路由器的时间间隔。
仅当设备充当睡眠结束节点时才有意义。
公共函数
清除
void nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::Clear()