NL::编织::设备层::内部的::编织遥测数据库

这是一个抽象类。

#include <src/adaptations/device-layer/include/Weave/DeviceLayer/NetworkTelemetryManager.h>

这是一个处理不同网络的网络遥测功能的基类。

概括

遗产

直接已知的子类:
  nl::Weave::DeviceLayer::Internal::ThreadTelemetry
  nl::Weave::DeviceLayer::Internal::ThreadTopology
  nl::Weave::DeviceLayer::Internal::TunnelTelemetry
  nl::Weave::DeviceLayer::Internal::WiFiTelemetry

构造函数和析构函数

WeaveTelemetryBase ()

公共职能

Disable (void)
void
Enable (void)
void
GetPollingInterval (void) const
uint32_t
Init (uint32_t aIntervalMsec)
void
IsEnabled (void) const
bool
SetPollingInterval (uint32_t aIntervalMsec)
void

公共职能

禁用

void Disable(
  void
)

使能够

void Enable(
  void
)

获取轮询间隔

uint32_t GetPollingInterval(
  void
) const 

在里面

void Init(
  uint32_t aIntervalMsec
)

已启用

bool IsEnabled(
  void
) const 

设置轮询间隔

void SetPollingInterval(
  uint32_t aIntervalMsec
)

编织遥测数据库

 WeaveTelemetryBase()