System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual;

C++

virtual void __fastcall DoDiscoveryEnd(System::TObject* const Sender, TBluetoothLEDeviceList* const ADeviceList);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter


Description

Votre adaptateur appelle DoDiscoveryEnd lorsqu'une opération de découverte de périphérique distant démarrée par DoStartDiscovery se termine avec succès.

DoDiscoveryEnd accepte les paramètres suivants :

DoDiscoveryEnd appelle TBluetoothLEManager.DoDiscoveryEnd (Sender, ADeviceList) sur son gestionnaire.

Voir aussi