System.Bluetooth.TBluetoothCustomDevice.BluetoothType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BluetoothType: TBluetoothType read GetBluetoothType;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomDevice


Description

Type ou types de protocole Bluetooth que le 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

Support de la plate-forme

Seule la version 4.3 (et supérieure) de Android supporte BluetoothType. Sur les autres plates-formes, BluetoothType est toujours TBluetoothType.Classic.

Voir aussi