System.Bluetooth.TBluetoothGattServer.FindService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindService(const AUUID: TGuid): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall FindService(const GUID &AUUID);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Description

Renvoie un service avec l'UUID spécifié, préalablement ajouté à votre serveur GATT. Cette fonction renvoie nil si aucun service avec un UUID correspondant n'a été trouvé.

Voir aussi