System.Bluetooth.TBluetoothGattService.IncludedServices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IncludedServices: TBluetoothGattServiceList read GetIncludedServices;

C++

__property TBluetoothGattServiceList* IncludedServices = {read=GetIncludedServices};

Eigenschaften

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


Beschreibung

Die Liste der enthaltenen Dienste für diesen GATT-Dienst.

Weitere Informationen über Standarddienste finden Sie auf der offiziellen Seite: Standard BluetoothLE Services.

Siehe auch