System.Bluetooth.TBluetoothLEAdapter.DoStartLeDiscoveryRaw

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoStartLeDiscoveryRaw: Boolean; virtual; deprecated 'Use DoStartDiscoveryRaw';

C++

virtual bool __fastcall DoStartLeDiscoveryRaw _DEPRECATED_ATTRIBUTE1("Use DoStartDiscoveryRaw") (void);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter


Description

Avertissement : DoStartLeDiscoveryRaw est obsolète. Veuillez utiliser DoStartDiscoveryRaw.


Remarque : C'est une méthode abstraite que les sous-classes spécifiques à la plate-forme de TBluetoothLEAdapter implémentent.

Annule toute découverte en cours et en démarre une autre.

StartDiscoveryRaw appelle DoStartDiscoveryRaw.

Voir aussi