System.Bluetooth.TBluetoothGattCharacteristic.GetUUID
Delphi
function GetUUID: TBluetoothUUID; virtual; abstract;
C++
virtual GUID __fastcall GetUUID() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattCharacteristic | 
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothGattCharacteristic implement.
Getter of UUID. The GetUUID function returns the UUID of this characteristic.
Platform Support
| Platform | Bluetooth Low Energy | |
|---|---|---|
| Client | Server | |
| Windows | 8+ | |
| OS X | 10.7+ | 10.9+ | 
| iOS | 5+ | 6+ | 
| Android | 4.3+ | |