System.Bluetooth.TBluetoothAdapter.DoCancelDiscovery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCancelDiscovery; virtual; abstract;

C++

virtual void __fastcall DoCancelDiscovery() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothAdapter implement.

Cancels a discovery previously started by DoStartDiscovery.

CancelDiscovery calls DoCancelDiscovery.

See Also