System.Bluetooth.TBluetoothLEManager.DoDiscoverLEDevice

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse); virtual; deprecated 'Use DoDiscoverDevice';

C++

virtual void __fastcall DoDiscoverLEDevice _DEPRECATED_ATTRIBUTE1("Use DoDiscoverDevice") (System::TObject* const Sender, TBluetoothLEDevice* const ADevice, int Rssi, TScanResponse* const ScanResponse);

Propriétés

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


Description

Avertissement : DoDiscoverLEDevice est obsolète. Veuillez utiliser DoDiscoverDevice.

Répartiteur de l'événement OnDiscoverLeDevice.

Il est appelé à partir du répartiteur DoDiscoveryLEEnd.

Ce répartiteur d'événement reçoit les paramètres suivants :

Voir aussi