System.Bluetooth.TBluetoothGattService.CreateIncludedService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateIncludedService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall CreateIncludedService(const GUID &AnUUID, TBluetoothServiceType AType);

Propriétés

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


Description

Crée un service inclus (une référence à un autre service) du type de service spécifié avec l'UUID spécifié, ajoute ce nouveau service inclus à la liste des services inclus de votre service, et renvoie ce nouveau service inclus.

Voir aussi