System.Bluetooth.TBluetoothLEDevice.DoOnServicesDiscovered

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

Delphi

procedure DoOnServicesDiscovered(const Sender: TObject; const AServiceList: TBluetoothGattServiceList); virtual;

C++

virtual void __fastcall DoOnServicesDiscovered(System::TObject* const Sender, TBluetoothGattServiceList* const AServiceList);

プロパティ

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


説明

OnServicesDiscovered イベントのディスパッチャです。

サービスの検出が終了したら、DoDiscoverServices から DoOnServicesDiscovered が呼び出されます。検出が成功すれば、Services プロパティを使用して、検出したサービスにアクセスすることができます。

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

プラットフォーム Bluetooth LE
Client Server

Windows

8 以上

OS X

10.7 以上

10.9 以上

iOS

5 以上

6 以上

Android

4.3 以上

関連項目