System.Bluetooth.TBluetoothGattService.UUID

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property UUID: TBluetoothUUID read GetServiceUUID;

C++

__property GUID UUID = {read=GetServiceUUID};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService


Description

Renvoie l'UUID de ce service.

Par exemple, l'UUID du service Heart Rate Measurement (mesure de la fréquence cardiaque) est {0000180D-0000-1000-8000-00805F9B34FB}.

Visitez la page officielle pour plus d'informations sur les services standard : Standard BluetoothLE Services.

Voir aussi