System.Bluetooth.TBluetoothGattService.UUID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UUID: TBluetoothUUID read GetServiceUUID;

C++

__property GUID UUID = {read=GetServiceUUID};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService


Beschreibung

Gibt die UUID dieses Dienstes zurück.

Die UUID für den Dienst zur Herzschlagmessung lautet beispielsweise {0000180D-0000-1000-8000-00805F9B34FB}.

Weitere Informationen über Standarddienste finden Sie auf der offiziellen Seite: Standard BluetoothLE Services.

Siehe auch