System.Bluetooth.TBluetoothGattDescriptor.UUIDName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property UUIDName: string read GetUUIDName;

C++

__property System::UnicodeString UUIDName = {read=GetUUIDName};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Description

Renvoie une chaîne avec le UUIDName de ce TBluetoothGattDescriptor.

Par exemple, le nom de UUID:'{00002901-0000-1000-8000-00805F9B34FB}' est 'Characteristic User Description'.

Visitez la page officielle pour plus d'informations sur les descripteurs standard : Descripteurs de la caractéristique GATT

Voir aussi