System.Bluetooth.TBluetoothGattServer.DoClearServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClearServices; virtual; abstract;

C++

virtual void __fastcall DoClearServices() = 0 ;

Properties

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

Description

Removes any service that you previously added to your GATT server.

Note: This is an abstract method that platform-specific implementations of TBluetoothGattServer describe.

ClearServices calls DoClearServices.

See Also