System.Bluetooth.TBluetoothType
Delphi
TBluetoothType = (Unknown, Classic, LE, Dual);
C++
enum class DECLSPEC_DENUM TBluetoothType : unsigned char { Unknown, Classic, LE, Dual };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
Description
Type ou types de protocole Bluetooth qu'un périphérique distant supporte.
Les valeurs possibles sont :
| Valeur | Types Bluetooth supportés | |
|---|---|---|
| Classic Bluetooth | Bluetooth LE | |
|
Unknown |
||
|
Classic |
|
|
|
LE |
| |
|
Dual |
|
|