System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoStartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil;
Refresh: Boolean = True): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true) = 0 ;

Propriétés

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


Description

Implémentation spécifique à la plate-forme de StartDiscoveryRaw.

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

Voir aussi