System.Bluetooth.Components.TBluetoothLE.CreateService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Erstellt einen Dienst des angegebenen Diensttyps mit der angegebenen UUID, und gibt diesen neuen Dienst zurück.

Siehe auch