System.Bluetooth.TBluetoothGattServer.ClearServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearServices;

C++

void __fastcall ClearServices();

Properties

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

Description

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

See Also