class WeaveTelemetryBase
Defined at line 43 of file ../../third_party/openweave-core/src/adaptations/device-layer/include/Weave/DeviceLayer/NetworkTelemetryManager.h
This is a base class that handles network telemetry functions
for different networks.
Public Methods
void WeaveTelemetryBase ()
void Init (uint32_t aIntervalMsec)
void Enable ()
void Disable ()
bool IsEnabled ()
Defined at line 68 of file ../../third_party/openweave-core/src/adaptations/device-layer/include/Weave/DeviceLayer/NetworkTelemetryManager.h
void SetPollingInterval (uint32_t aIntervalMsec)
Defined at line 73 of file ../../third_party/openweave-core/src/adaptations/device-layer/include/Weave/DeviceLayer/NetworkTelemetryManager.h
uint32_t GetPollingInterval ()
Defined at line 78 of file ../../third_party/openweave-core/src/adaptations/device-layer/include/Weave/DeviceLayer/NetworkTelemetryManager.h