System.Bluetooth.TBluetoothGattCharacteristic.UUIDName
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 | TBluetoothGattCharacteristic |
Description
Renvoie une chaîne avec le UUIDName de cette caractéristique.
Par exemple, le nom de UUID:'{00002A37-0000-1000-8000-00805F9B34FB}' est 'HEART RATE MEASUREMENT'.
Visitez la page officielle pour plus d'informations sur les caractéristiques standard : Caractéristiques BluetoothLE standard.