System.Bluetooth.TBluetoothGattCharacteristic.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 TBluetoothGattCharacteristic


Beschreibung

Hinweis: Diese ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattCharacteristic implementiert wird.

Getter von UUID. Die Funktion GetUUID gibt die UUID dieses Merkmals zurück.

Plattformunterstützung

Plattform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10,7+

10,9+

iOS

5+

6+

Android

4,3+

Siehe auch