nl:: Weave:: DeviceLayer:: ConnectivityManager:: ThreadPollingConfig
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/ConnectivityManager.h>
Informationen, die das gewünschte Thread-Abfrageverhalten eines Geräts beschreiben.
Zusammenfassung
Öffentliche Attribute |
|
---|---|
ActivePollingIntervalMS
|
uint32_t
Intervall, in dem das Gerät den übergeordneten Thread-Router abfragt, wenn aktive Weave-Austausche stattfinden.
|
InactivePollingIntervalMS
|
uint32_t
Intervall, in dem das Gerät den übergeordneten Thread-Router abfragt, wenn KEINE aktiven Weave-Austausche stattfinden.
|
Öffentliche Funktionen |
|
---|---|
Clear()
|
void
|
Öffentliche Attribute
ActivePollingIntervalMS
uint32_t nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::ActivePollingIntervalMS
Intervall, in dem das Gerät den übergeordneten Thread-Router abfragt, wenn aktive Weave-Austausche stattfinden.
Nur sinnvoll, wenn das Gerät als inaktiver Endknoten fungiert.
InactivePollingIntervalMS
uint32_t nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::InactivePollingIntervalMS
Intervall, in dem das Gerät den übergeordneten Thread-Router abfragt, wenn KEINE aktiven Weave-Austausche stattfinden.
Nur sinnvoll, wenn das Gerät als inaktiver Endknoten fungiert.
Öffentliche Funktionen
Löschen
void nl::Weave::DeviceLayer::ConnectivityManager::ThreadPollingConfig::Clear()