System.Bluetooth.TBluetoothGattServer.CreateService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService;

C++

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

Properties

Type Visibility Source Unit Parent
function public
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.

See Also