System.Bluetooth.TDiscoveryEndEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TDiscoveryEndEvent = procedure(const Sender: TObject; const ADeviceList: TBluetoothDeviceList) of object;

C++

typedef void __fastcall (__closure *TDiscoveryEndEvent)(System::TObject* const Sender, TBluetoothDeviceList* const ADeviceList);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Description

Type du gestionnaire d'événement pour l'événement TBluetoothManager.OnDiscoveryEnd.

Voir aussi