System.Bluetooth.TBluetoothType
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 |
|
|
|
LE |
| |
|
Dual |
|
|