System.Bluetooth.TBluetoothLEManager.CancelDiscovery

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure CancelDiscovery;

C++

void __fastcall CancelDiscovery();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Annule une détection préalablement démarrée par StartDiscovery.

Prise en charge de la plate-forme

Sur Windows, CancelDiscovery est sans effet car StartDiscovery déclenche l'événement OnDiscoveryEnd immédiatement.

Voir aussi