System.Bluetooth.TBluetoothAdapter.DoDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Appelée quand une opération de détection d'un périphérique distant démarrée par DoStartDiscovery se termine avec succès.

DoDiscoveryEnd reçoit les paramètres suivants :

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

Voir aussi