System.Bluetooth.TBluetoothGattService.Characteristics

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Characteristics: TBluetoothGattCharacteristicList read GetCharacteristics;

C++

__property TBluetoothGattCharacteristicList* Characteristics = {read=GetCharacteristics};

Eigenschaften

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


Beschreibung

Die Liste der in diesem Dienst enthaltenen Merkmale.

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

Siehe auch