System.Bluetooth.Components.TBluetoothLE.SupportsGattClient

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

Delphi

property SupportsGattClient: Boolean read GetSupportsGattClient;

C++

__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};

プロパティ

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


説明

現在のプラットフォームで Bluetooth LE をクライアントとして使用できる場合は True、そうでない場合は False です。

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

プラットフォーム サポート状況

Windows

8 以上

OS X

YesC++11Feature.png

iOS

5 以上

Android

4.3 以上

関連項目