System.Bluetooth.TBluetoothLEManager.OnIdentifyCustomUUID

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property OnIdentifyCustomUUID: TIdentifyUUIDEvent read FOnIdentifyCustomUUID write FOnIdentifyCustomUUID;

C++

/* static */ __property TIdentifyUUIDEvent OnIdentifyCustomUUID = {read=FOnIdentifyCustomUUID, write=FOnIdentifyCustomUUID};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Se produit lorsque vous demandez le nom d'affichage d'un service avec un identificateur unique donné, mais que TBluetoothLEManager ne reconnaît pas l'identificateur de service spécifié.

Le gestionnaire d'événement de OnIdentifyCustomUUID reçoit les paramètres suivants :

Voir aussi