System.Bluetooth.Components.TBluetoothLE.CreateIncludedService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

System::Bluetooth::TBluetoothGattService* __fastcall CreateIncludedService(System::Bluetooth::TBluetoothGattService* const AService, const GUID &AnUUID, System::Bluetooth::TBluetoothServiceType AType);

Propriétés

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


Description

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

Voir aussi