System.Bluetooth.TBluetoothLEDevice.Services

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Services: TBluetoothGattServiceList read FServices;

C++

__property TBluetoothGattServiceList* Services = {read=FServices};

Eigenschaften

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


Beschreibung

Zwischengespeicherte Liste der Dienste, die das Bluetooth Low Energy-Gerät bereitstellt.

Für das Lesen der Eigenschaft Services fordert TBluetoothLEDevice die Liste der Dienste vom Bluetooth Low Energy-Gerät an.

Siehe auch