System.Bluetooth.TBluetoothCustomDevice.GetBluetoothType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetBluetoothType: TBluetoothType; virtual; abstract;

C++

virtual TBluetoothType __fastcall GetBluetoothType() = 0 ;

Eigenschaften

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


Beschreibung

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

Getter von BluetoothType.

Plattformunterstützung

Nur die Android Version 4.3 und später unterstützt GetBluetoothType. GetBluetoothType ist immer TBluetoothType.Classic auf anderen Plattformen.

Siehe auch