System.Bluetooth.TBluetoothType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

YesC++11Feature.png

LE

YesC++11Feature.png

Dual

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

Voir aussi