System.Bluetooth.TBluetoothLEAdapter.GetScanMode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetScanMode: TBluetoothScanMode; virtual; abstract;

C++

virtual TBluetoothScanMode __fastcall GetScanMode(void) = 0 ;

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Unterklassen von TBluetoothLEAdapter implementieren.

Getter-Methode von ScanMode. Ruft den aktuellen BluetoothLE-Scanmodus des lokalen BluetoothLE-Adapters ab.

Siehe auch