nl:: بافت:: DeviceLayer:: داخلی:: GenericConnectivityManagerImpl_NoBLE
#include <src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConnectivityManagerImpl_NoBLE.h>
اجرای عمومی ویژگی های ConnectivityManager ویژه BLE را برای پلتفرم هایی که از BLE پشتیبانی نمی کنند ارائه می دهد.
خلاصه
این کلاس قرار است (مستقیم یا غیرمستقیم) توسط کلاس ConnectivityManagerImpl به ارث برده شود، که به عنوان پارامتر ImplClass الگو نیز ظاهر می شود.
اعضای این کلاس همه متدهای خطی هستند که هیچ کاری انجام نمی دهند و مقادیر بازگشتی استاتیک را برمی گردانند. این به کامپایلر اجازه می دهد تا کدهای مرده را بدون استفاده از #ifdef بهینه کند. به عنوان مثال:
``` if (ConnectivityMgr().GetWoBLEServiceMode() != ConnectivityManager::kWoBLEServiceMode_NotSupported) { // ... کاری را در دستگاه هایی که از WoBLE پشتیبانی می کنند انجام دهید ... } ```
توابع عمومی | |
---|---|
_GetBLEDeviceName (char *buf, size_t bufSize) | |
_GetWoBLEServiceMode (void) | ConnectivityManager::WoBLEServiceMode |
_IsBLEAdvertisingEnabled (void) | bool |
_IsBLEFastAdvertisingEnabled (void) | bool |
_NumBLEConnections (void) | uint16_t |
_SetBLEAdvertisingEnabled (bool val) | |
_SetBLEDeviceName (const char *deviceName) | |
_SetBLEFastAdvertisingEnabled (bool val) | |
_SetWoBLEServiceMode (ConnectivityManager::WoBLEServiceMode val) |
توابع استاتیک عمومی | |
---|---|
_WoBLEServiceModeToStr (ConnectivityManager::WoBLEServiceMode mode) | const char * |
توابع عمومی
_GetBLEDDeviceName
WEAVE_ERROR _GetBLEDeviceName( char *buf, size_t bufSize )
_GetWoBLESServiceMode
ConnectivityManager::WoBLEServiceMode _GetWoBLEServiceMode( void )
_IsBLEAdvertisingEnabled
bool _IsBLEAdvertisingEnabled( void )
_IsBLEFastAdvertisingEnabled
bool _IsBLEFastAdvertisingEnabled( void )
_NumBLEConnections
uint16_t _NumBLEConnections( void )
_SetBLEAdvertisingEnabled
WEAVE_ERROR _SetBLEAdvertisingEnabled( bool val )
_SetBLEDeviceName
WEAVE_ERROR _SetBLEDeviceName( const char *deviceName )
_SetBLEFastAdvertisingEnabled
WEAVE_ERROR _SetBLEFastAdvertisingEnabled( bool val )
_SetWoBLESserviceMode
WEAVE_ERROR _SetWoBLEServiceMode( ConnectivityManager::WoBLEServiceMode val )
توابع استاتیک عمومی
_WoBLEServiceModeToStr
const char * _WoBLEServiceModeToStr( ConnectivityManager::WoBLEServiceMode mode )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. The OPENTHREAD and related marks are trademarks of the Thread Group and are used under license.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.