System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoStartDiscoveryRaw: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartDiscoveryRaw(void) = 0 ;

Propriétés

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


Description

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

Cancel annule les découvertes en attente et en démarre une nouvelle.

StartDiscoveryRaw appelle DoStartDiscoveryRaw.

Voir aussi