System.Bluetooth.TBluetoothGattServer.DoClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClose; virtual; abstract;

C++

virtual void __fastcall DoClose() = 0 ;

Properties

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

Description

Stops your GATT server.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattServer implement.

See Also