System.Bluetooth.TBluetoothLEManager.DoGetSupportsGattServer

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

Delphi

function DoGetSupportsGattServer: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetSupportsGattServer() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothLEManager のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

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

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

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

Windows

OS X

10.9 以上

iOS

6 以上

Android

GetSupportsGattServer から DoGetSupportsGattServer が呼び出されます。

関連項目