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


Description

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

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

Voir aussi