System.Bluetooth.Components.TBluetoothLE.CreateIncludedService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateIncludedService(const AService: TBluetoothGattService; const AnUUID: TBluetoothUUID;
AType: TBluetoothServiceType): TBluetoothGattService;

C++

System::Bluetooth::TBluetoothGattService* __fastcall CreateIncludedService(System::Bluetooth::TBluetoothGattService* const AService, 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 einbezogenen Dienst (eine Referenz auf einen Dienst) mit dem angegebenen Diensttyp und mit der angegebenen UUID, fügt diesen neuen einbezogenen Dienst der Liste der einbezogenen Dienste des angegebenen Dienstes hinzu und gibt diesen neuen einbezogenen Dienst zurück.

Siehe auch