System.Bluetooth.Components.TBluetoothLE.GetSupportsGattClient

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

Delphi

function GetSupportsGattClient: Boolean;

C++

bool __fastcall GetSupportsGattClient(void);

プロパティ

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


説明

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

GetSupportsGattClient は次のプラットフォームの場合に True を返します。

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

Windows

8 以上

OS X

YesC++11Feature.png

iOS

5 以上

Android

4.3 以上

SupportsGattClient の取得アクセサです。

関連項目