System.Bluetooth.TBluetoothLEManager.SupportsGattServer

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SupportsGattServer: Boolean read GetSupportsGattServer;

C++

__property bool SupportsGattServer = {read=GetSupportsGattServer, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

現在のプラットフォームがサーバーとして Bluetooth Low Energy の使用をサポートしている場合には True 、そうでなければ False となります。

SupportsGattServer は次のプラットフォームの場合に True になります。

プラットフォーム サポート対象

Windows

OS X

10.9 以上

iOS

6 以上

Android

関連項目