System.Bluetooth.TBluetoothGattServer.DoClearServices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoClearServices; virtual; abstract;

C++

virtual void __fastcall DoClearServices() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Entfernt jeden Dienst, den Sie zuvor Ihrem GATT-Server hinzugefügt haben.

Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Implementierungen von TBluetoothGattServer beschreiben.

ClearServices ruft DoClearServices auf.

Siehe auch