System.Bluetooth.TBluetoothGattServer.DoCreateService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Creates a service of the specified service type with the specified UUID and returns that new service.

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

See Also