System.Bluetooth.TBluetoothAdapter.GetScanMode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetScanMode: TBluetoothScanMode; virtual; abstract;

C++

virtual TBluetoothScanMode __fastcall GetScanMode() = 0 ;

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothAdapter implementiert wird.

Getter (Zugriffsmethode) von ScanMode.

Siehe auch