System.Bluetooth.TBluetoothGattDescriptor.UUIDName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UUIDName: string read GetUUIDName;

C++

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

Properties

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

Description

Returns a string with the UUIDName of this TBluetoothGattDescriptor.

For example, the name for the UUID:'{00002901-0000-1000-8000-00805F9B34FB}' is 'Characteristic User Description'.

Visit the official page for more information about standard descriptors: GATT Characteristic Descriptors.

See Also