System.Bluetooth.TBluetoothCustomDevice.GetBluetoothType
Delphi
function GetBluetoothType: TBluetoothType; virtual; abstract;
C++
virtual TBluetoothType __fastcall GetBluetoothType(void) = 0 ;
Inhaltsverzeichnis
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.