System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoDiscoveryLEEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual; deprecated 'Use DoDiscoveryEnd';

C++

virtual void __fastcall DoDiscoveryLEEnd _DEPRECATED_ATTRIBUTE1("Use 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

Avertissement : DoDiscoveryLEEnd est obsolète. Veuillez utiliser DoDiscoveryEnd.

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

DoDiscoveryLEEnd reçoit les paramètres suivants :

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

Voir aussi