System.Bluetooth.TBluetoothLEAdapter.GetScanMode
Delphi
function GetScanMode: TBluetoothScanMode; virtual; abstract;
C++
virtual TBluetoothScanMode __fastcall GetScanMode() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothLEAdapter implement.
Getter of ScanMode. Gets the current BluetoothLE scan mode of the local BluetoothLE adapter.