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

Description

Returns a string with the UUIDName of this characteristic.

For example, the name for the UUID:'{00002A37-0000-1000-8000-00805F9B34FB}' is 'HEART RATE MEASUREMENT'.

Visit the official page for more information about standard characteristics: Standard BluetoothLE Characteristics.

See Also