System.Bluetooth.TBluetoothGattDescriptor.GetUUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUUID: TBluetoothUUID; virtual; abstract;

C++

virtual GUID __fastcall GetUUID(void) = 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+

Mac OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

See Also