System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter


Beschreibung

Plattformspezifische Implementierung von StartDiscoveryRaw.

DoStartDiscoveryRaw ist eine virtuell abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothLEAdapter implementiert wird.

Siehe auch