System.Bluetooth.Components.TBluetoothLE.CancelDiscovery

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CancelDiscovery;

C++

void __fastcall CancelDiscovery();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Bricht eine zuvor mit DiscoverDevices gestartete Ermittlung ab.

Plattformunterstützung

Unter Windows hat CancelDiscovery keinen Effekt, weil DiscoverDevices sofort das Ereignis OnEndDiscoverDevices auslöst.

Siehe auch