System.Bluetooth.TBluetoothManager.CurrentAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CurrentAdapter: TBluetoothAdapter read GetCurrentAdapter;

C++

__property TBluetoothAdapter* CurrentAdapter = {read=GetCurrentAdapter};

Propriétés

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


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