System.Bluetooth.TDiscoverServicesEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TDiscoverServicesEvent = procedure(const Sender: TObject; const AServiceList: TBluetoothGattServiceList) of object;

C++

typedef void __fastcall (__closure *TDiscoverServicesEvent)(System::TObject* const Sender, TBluetoothGattServiceList* const AServiceList);

Propriétés

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


Description

Type de gestionnaire d'événement pour l'événement TBluetoothLE.OnServicesDiscovered.

Voir aussi