System.Bluetooth.TBluetoothLEAdapter.DoCancelLeDiscovery

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCancelLeDiscovery; virtual; deprecated 'Use DoCancelDiscovery';

C++

virtual void __fastcall DoCancelLeDiscovery _DEPRECATED_ATTRIBUTE1("Use DoCancelDiscovery") (void);

Eigenschaften

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


Beschreibung

Warnung: DoCancelLeDiscovery ist veraltet. Bitte verwenden Sie DoCancelDiscovery.


Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Unterklassen von TBluetoothLEAdapter implementiert.

Bricht eine zuvor vonDoStartLeDiscovery gestartete Suche ab.

CancelDiscovery ruftDoCancelLeDiscovery auf.

Siehe auch