System.Bluetooth.TBluetoothCustomDevice.BluetoothType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BluetoothType: TBluetoothType read GetBluetoothType;

C++

__property TBluetoothType BluetoothType = {read=GetBluetoothType, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomDevice


Beschreibung

Typ oder Typen von Bluetooth, die von dem Remote-Gerät unterstützt werden.

Mögliche Werte sind:

Wert Unterstützte Bluetooth-Typen
Classic Bluetooth Bluetooth LE

Unbekannt

Klassisch

YesC++11Feature.png

LE

YesC++11Feature.png

Dual

YesC++11Feature.png
YesC++11Feature.png

Plattformunterstützung

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

Siehe auch