System.Bluetooth.TBluetoothGattServer.DoAddService

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoAddService(const AService: TBluetoothGattService): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddService(TBluetoothGattService* const AService) = 0 ;

Propriétés

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


Description

Ajoute le service spécifié à votre serveur GATT.

Remarque : C'est une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattServer spécifiques à la plate-forme.

Voir aussi