System.Bluetooth.TBluetoothManager.GetKnownServiceName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetKnownServiceName(const AServiceUUID: TGUID): string; static;

C++

static System::UnicodeString __fastcall GetKnownServiceName(const GUID &AServiceUUID);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager


Description

Elle renvoie le nom d'affichage du service avec l'identificateur unique spécifié.

Si TBluetoothManager ne peut pas fournir un nom d'affichage pour un identificateur unique spécifique (UUID), TBluetoothManager déclenche l'événement OnIdentifyCustomUUID avec nil (en tant que Sender) et AServiceUUID en tant que paramètres.

Voir aussi