nl:: Weave:: DeviceLayer:: ConnectivityManager:: ThreadPollingConfig
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/ConnectivityManager.h>
デバイスの望ましい Thread ポーリング動作に関する情報。
概要
パブリック属性 |
|
---|---|
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()