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()