System.Bluetooth.TBluetoothGattServer.CreateService

From RAD Studio API Documentation
Revision as of 16:35, 24 November 2014 by AChaves (talk | contribs) (55849)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

TBluetoothGattService* __fastcall CreateService(const TBluetoothUUID &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