System.Bluetooth.TBluetoothDevice.DoGetServices

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

Delphi

function DoGetServices: TBluetoothServiceList; virtual; abstract;

C++

virtual TBluetoothServiceList* __fastcall DoGetServices() = 0 ;

プロパティ

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


説明

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

リモート デバイスにサービスのリストを要求し、FServiceList を更新します。

DoGetServicesLastServiceListGetServices から呼び出されます。

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

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

32 ビット Windows
64 ビット Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

4.0.2 以降

関連項目