System.Bluetooth.Components.TBluetoothLE.DoOnEndDiscoverDevices

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

Delphi

procedure DoOnEndDiscoverDevices(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList);

C++

void __fastcall DoOnEndDiscoverDevices(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDeviceList* const ADeviceList);

プロパティ

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


説明

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

DoOnEndDiscoverDevices は、DoInternalDiscoveryEnd によって呼び出されます。これは、DiscoverDevices への前の呼び出しの結果発生したコンポーネントのマネージャの、OnDiscoveryEnd イベントのハンドラです。

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

  • Sender は、コンポーネントのマネージャです。
  • ADeviceList は、検知されたデバイスのリストです。

関連項目