System.Bluetooth.TBluetoothGattService.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService


Beschreibung

Erstellt eine neue TBluetoothGattService-Instanz.

Die Methode Create erwartet zwei Argumente:

  • AnUUID: Dienstbezeichner
  • AType:  Typ des Dienstes, primärer oder sekundärer (in primären Diensten enthalten)

Siehe auch