System.Bluetooth.TBluetoothCustomDevice.GetBluetoothType
Delphi
function GetBluetoothType: TBluetoothType; virtual; abstract;
C++
virtual TBluetoothType __fastcall GetBluetoothType() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothCustomDevice |
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothCustomDevice implement.
Getter of BluetoothType.
Platform Support
Only Android 4.3 version and later supports GetBluetoothType. On other platforms, GetBluetoothType is always TBluetoothType.Classic.