System.Bluetooth.TBluetoothGattService.GetServiceUUIDName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetServiceUUIDName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetServiceUUIDName();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService


Description

La fonction GetServiceUUIDName renvoie une chaîne contenant le UUIDName du TBluetoothGattService.

GetServiceUUIDName appelle GetKnownServiceName en prenant GetServiceUUID comme paramètre.

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

Voir aussi