System.Bluetooth.TBluetoothGattService.DoAddIncludedService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoAddIncludedService(const AService: TBluetoothGattService): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddIncludedService(TBluetoothGattService* const AService) = 0 ;

Properties

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

Description

Adds the specified included service (reference within a service to another service) to the list of included services of your service, and returns True on success or False otherwise.

See Also