nl::Weave::DeviceLayer::Internal::GenericConnectivityManagerImpl_NoThread

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

यह उन प्लैटफ़ॉर्म पर इस्तेमाल करने के लिए वाई-फ़ाई से जुड़ी खास ConnectivityManager की सुविधाओं को एक सामान्य तरीके से लागू किया जाता है जो Thread पर काम नहीं करते.

खास जानकारी

इस क्लास को ConnectivityManagerImpl क्लास से (सीधे तौर पर या किसी और तरीके से) इनहेरिट किया जाना चाहिए. यह टेंप्लेट के ImplClass पैरामीटर के तौर पर भी दिखता है.

सुरक्षित किए गए फ़ंक्शन

Impl()
ImplClass *
_ClearThreadProvision(void)
void
_GetThreadDeviceType(void)
ConnectivityManager::ThreadDeviceType
_GetThreadMode(void)
ConnectivityManager::ThreadMode
_GetThreadPollingConfig(ConnectivityManager::ThreadPollingConfig & pollingConfig)
void
_HaveServiceConnectivityViaThread(void)
bool
_IsThreadApplicationControlled(void)
bool
_IsThreadAttached(void)
bool
_IsThreadEnabled(void)
bool
_IsThreadProvisioned(void)
bool
_SetThreadDeviceType(ConnectivityManager::ThreadDeviceType deviceType)
_SetThreadMode(ConnectivityManager::ThreadMode val)
_SetThreadPollingConfig(const ConnectivityManager::ThreadPollingConfig & pollingConfig)

सुरक्षित किए गए फ़ंक्शन

इंप्रेशन

ImplClass * Impl()

_क्लियरThread प्रावधान

void _ClearThreadProvision(
  void
)

_GetThreadDeviceType

ConnectivityManager::ThreadDeviceType _GetThreadDeviceType(
  void
)

_GetThreadMode को ऐक्सेस करें

ConnectivityManager::ThreadMode _GetThreadMode(
  void
)

_GetThreadPollingConfig

void _GetThreadPollingConfig(
  ConnectivityManager::ThreadPollingConfig & pollingConfig
)

_HeyServiceConnectivityViaThread

bool _HaveServiceConnectivityViaThread(
  void
)

_IsThreadApplicationControlLED

bool _IsThreadApplicationControlled(
  void
)

_IsThreadThread को लिंक किया गया है

bool _IsThreadAttached(
  void
)

_IsThreadEnabled

bool _IsThreadEnabled(
  void
)

_IsThread कलेक्शन को चालू किया गया है

bool _IsThreadProvisioned(
  void
)

_SetThreadDeviceType

WEAVE_ERROR _SetThreadDeviceType(
  ConnectivityManager::ThreadDeviceType deviceType
)

_SetThreadMode को

WEAVE_ERROR _SetThreadMode(
  ConnectivityManager::ThreadMode val
)

_SetThreadPollingConfig

WEAVE_ERROR _SetThreadPollingConfig(
  const ConnectivityManager::ThreadPollingConfig & pollingConfig
)