System.Bluetooth.TBluetoothLEAdapter.StartDiscoveryRaw

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function StartDiscoveryRaw: Boolean;

C++

bool __fastcall StartDiscoveryRaw(void);

Eigenschaften

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


Beschreibung

Startet die Ermittlung von Bluetooth Low Energy-Geräten.

Die Funktion StartDiscoveryRaw des aktuellen Managers ruft diese Funktion auf.

StartDiscoveryRaw ruft DoStartDiscoveryRaw auf.

Siehe auch