System.Bluetooth.TBluetoothManager.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 TBluetoothManager


Description

Survient quand vous demandez le nom d'affichage d'un service avec un identificateur unique donné, mais TBluetoothManager 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