System.Bluetooth.TBluetoothLEAdapter.DoCancelDiscovery

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCancelDiscovery; virtual; abstract;

C++

virtual void __fastcall DoCancelDiscovery() = 0 ;

Eigenschaften

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


Beschreibung

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

Bricht eine zuvor mit DoStartDiscovery gestartete Ermittlung ab.

CancelDiscovery ruft DoCancelDiscovery auf.

Siehe auch