System.Bluetooth.TBluetoothGattCharacteristic.GetUUID
Delphi
function GetUUID: TBluetoothUUID; virtual; abstract;
C++
virtual GUID __fastcall GetUUID(void) = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Description
- Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattCharacteristic spécifiques à la plate-forme.
Accesseur en lecture de UUID. La fonction GetUUID renvoie l'UUID de cette caractéristique.
Support de la plate-forme
| Plate-forme | Bluetooth Low Energy | |
|---|---|---|
| Client | Serveur | |
|
Windows |
8+ |
|
|
Mac OS X |
10,7+ |
10,9+ |
|
iOS |
5+ |
6+ |
|
Android |
4,3+ |
|