nl::Weave::DeviceLayer::Internal::GenericThreadStackManagerImpl_OpenThread_LwIP

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

提供與 OpenThread 和 LwIP 搭配使用的一般 ThreadStackManager 功能。

摘要

這個範本包含實作 ThreadStackManager 抽象介面的特定功能,適用於同時採用 OpenThread 和 LwIP 的裝置。它打算由 ThreadStackManagerImpl 類別直接或間接繼承,此類別也會做為範本的 ImplClass 參數。

繼承

沿用自: nl::Weave::DeviceLayer::Internal::GenericThreadStackManagerImpl_OpenThread< ImplClass >

公用函式

ThreadNetIf() const
struct netif *

受保護的函式

DoInit(otInstance *otInst)
UpdateThreadInterface(bool addrChange)
void
_OnPlatformEvent(const WeaveDeviceEvent *event)
void

公用函式

ThreadNetIf

struct netif * ThreadNetIf() const 

受保護的函式

DoInit

WEAVE_ERROR DoInit(
  otInstance *otInst
)

UpdateThreadInterface

void UpdateThreadInterface(
  bool addrChange
)

_OnPlatformEvent

void _OnPlatformEvent(
  const WeaveDeviceEvent *event
)