System.Bluetooth.TBluetoothGattDescriptor.GetUUID
Delphi
function GetUUID: TBluetoothUUID; virtual; abstract;
C++
virtual TBluetoothUUID __fastcall GetUUID() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattDescriptor | 
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.
Getter of UUID. The GetUUID function gets the UUID of this TBluetoothGattDescriptor. Returns a TBluetoothUUID.
For example, the UUID for the Characteristic Extended Properties is {00002900-0000-1000-8000-00805F9B34FB}.
Visit the official page for more information about standard descriptors: GATT Characteristic Descriptors.
Platform Support
| Platform | Bluetooth Low Energy | |
|---|---|---|
| Client | Server | |
| Windows | 8+ | |
| OS X | 10.7+ | 10.9+ | 
| iOS | 5+ | 6+ | 
| Android | 4.3+ | |