API:System.Bluetooth.TBluetoothGattService.DoCreateIncludedService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateIncludedService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService; virtual; abstract;

C++

virtual TBluetoothGattService* __fastcall DoCreateIncludedService(const GUID &AnUUID, TBluetoothServiceType AType) = 0 ;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.