System.Bluetooth.TBluetoothGattCharacteristic.UUIDName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UUIDName: string read GetUUIDName;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Gibt einen String mit dem UUIDName für dieses Merkmal zurück.

Beispielsweise lautet der Name für die UUID:'{00002A37-0000-1000-8000-00805F9B34FB}' 'HEART RATE MEASUREMENT'.

Weitere Informationen über Standardmerkmale finden Sie auf der offiziellen Seite: Standard BluetoothLE Characteristics.

Siehe auch