System.Bluetooth.TBluetoothType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBluetoothType = (Unknown, Classic, LE, Dual);

C++

enum class DECLSPEC_DENUM TBluetoothType : unsigned char { Unknown, Classic, LE, Dual };

Eigenschaften

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


Beschreibung

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

Mögliche Werte:

Wert Unterstützte Bluetooth-Typen
Classic Bluetooth Bluetooth LE

Unknown

Classic

YesC++11Feature.png

LE

YesC++11Feature.png

Dual

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

Siehe auch