System.Bluetooth.Components.TBluetoothLE.DoOnServicesDiscovered

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

Delphi

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

C++

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

プロパティ

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


説明

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

DoInternalDiscoverLEDevice ディスパッチャから呼び出されます。

このイベント ディスパッチャは次のパラメータを受け取ります。

  • Sender は検出されたデバイスです。
  • AServiceList は検出されたデバイスのサービスのリストです。

関連項目