System.Bluetooth.Components.TBluetoothLE.DoOnDiscoverLEDevice

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse);

C++

void __fastcall DoOnDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse);

Propriétés

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


Description

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

Il est appelé à la fin de l'exécution du répartiteur DoInternalDiscoverLEDevice.

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

Voir aussi