System.Bluetooth.TBluetoothGattServer.DoClearServices

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoClearServices; virtual; abstract;

C++

virtual void __fastcall DoClearServices() = 0 ;

Propriétés

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


Description

Supprime tout service que vous avez précédemment ajouté à votre serveur GATT.

Remarque : C'est une méthode abstraite que décrivent les implémentations de TBluetoothGattServer spécifiques à la plate-forme.

ClearServices appelle DoClearServices.

Voir aussi