System.Bluetooth.TBluetoothDevice.DoGetServices
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 を更新します。
DoGetServices は LastServiceList と GetServices から呼び出されます。
プラットフォーム サポート
| プラットフォーム | サポート対象 | 備考 |
|---|---|---|
|
32 ビット Windows |
|
|
|
OS X |
|
|
|
Android |
4.0.2 以降 |
|