System.Bluetooth.TBluetoothLEManager.DoGetGattServer

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

Delphi

function DoGetGattServer: TBluetoothGattServer; virtual; abstract;

C++

virtual TBluetoothGattServer* __fastcall DoGetGattServer() = 0 ;

プロパティ

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


説明

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

アプリケーションの動作プラットフォーム用の TBluetoothGattServer インスタンスのうち、リモート デバイスから問い合わせることができる Bluetooth LE サービスの公開に使用できるものを返します。

GetGattServer から DoGetGattServer が呼び出されます。

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

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

Windows

OS X

10.9 以上

iOS

6 以上

Android

メモ: サポートされていないプラットフォームで DoGetGattServer を呼び出すと、例外が発生します。

関連項目