System.Bluetooth.TBluetoothLEManager.CurrentAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CurrentAdapter: TBluetoothLEAdapter read GetCurrentLEAdapter;

C++

__property TBluetoothLEAdapter* CurrentAdapter = {read=GetCurrentLEAdapter};

Propriétés

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


Description

Adaptateur de votre gestionnaire.

Exceptions

Lors de la lecture de la propriété, CurrentAdapter peut déclencher l'exception suivante :

Exception Exception.Message Scénarios

EBluetoothAdapterException

Périphérique Bluetooth non trouvé : déconnecté ou éteint.

  • Votre périphérique Bluetooth est désactivé ou déconnecté (EnableBluetooth vaut False).

Voir aussi