System.Bluetooth.TBluetoothLEManager.DoGetLEAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetLEAdapter: TBluetoothLEAdapter; virtual; deprecated 'Use DoGetAdapter';

C++

virtual TBluetoothLEAdapter* __fastcall DoGetLEAdapter _DEPRECATED_ATTRIBUTE1("Use DoGetAdapter") ();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Avertissement : DoGetLEAdapter est obsolète. Veuillez utiliser DoGetAdapter.


Remarque : C'est une méthode abstraite implémentée par les sous-classes de TBluetoothLEManager spécifiques à la plate-forme.

Renvoie l'adaptateur de votre gestionnaire.

CurrentAdapter appelle DoGetLEAdapter.

Voir aussi