API:System.Bluetooth.TBluetoothGattServer.CreateIncludedService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateIncludedService(const AService: TBluetoothGattService; const AnUUID: TBluetoothUUID;  AType: TBluetoothServiceType): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall CreateIncludedService(TBluetoothGattService* const AService, const GUID &AnUUID, TBluetoothServiceType AType);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.