System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter


Beschreibung

Warnung: DoDiscoveryLEEnd ist veraltet. Bitte verwenden Sie DoDiscoveryEnd.

Wird aufgerufen, wenn die von DoStartLeDiscovery gestartete Ermittlung eines Remote-Gerätes erfolgreich beendet wird.

DoDiscoveryLEEnd erhält die folgenden Parameter:

DoDiscoveryLEEnd ruft DoDiscoveryLEEnd (Sender, ADeviceList) für seinen Manager auf.

Siehe auch