System.Bluetooth.TBluetoothGattService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType);

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

Creates a new TBluetoothGattService instance.

The Create method expects two arguments:

  • AnUUID: Service identifier
  • AType  : Type of Service, primary or secondary (included by primary services)

See Also