System.Bluetooth.TBluetoothGattServer.DoGetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetServices: TBluetoothGattServiceList; virtual; abstract;

C++

virtual TBluetoothGattServiceList* __fastcall DoGetServices() = 0 ;

Properties

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

Description

Returns the list of services that your GATT server provides.

See Also