System.Bluetooth.Components.TBluetoothLE.AddService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddService(const AService: TBluetoothGattService): Boolean;

C++

bool __fastcall AddService(System::Bluetooth::TBluetoothGattService* const AService);

Propriétés

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


Description

Ajoute un service précédemment créé et ses caractéristiques au serveur sous-jacent.

Renvoie True si l'action réussit (le service est ajouté à la liste des services).

Voir aussi