System.Bluetooth.TBluetoothGattDescriptor.GetUUID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetUUID: TBluetoothUUID; virtual; abstract;

C++

virtual GUID __fastcall GetUUID() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattDescriptor implementiert wird.

Getter-Methode von UUID. Die Funktion GetUUID ruft die UUID dieses TBluetoothGattDescriptor ab. Gibt eine TBluetoothUUID zurück.

Die UUID für das Characteristic Extended Properties lautet beispielsweise {00002900-0000-1000-8000-00805F9B34FB}.

Weitere Informationen über Standarddeskriptoren finden Sie auf der offiziellen Seite: GATT Characteristic Descriptors.

Plattformunterstützung

Plattform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

Siehe auch