Open main menu

RAD Studio API Documentation β

System.Bluetooth.TBluetoothGattService.Characteristics

Delphi

property Characteristics: TBluetoothGattCharacteristicList read GetCharacteristics;

C++

__property TBluetoothGattCharacteristicList* Characteristics = {read=GetCharacteristics};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

The list of characteristics included in this service.

Visit the official page for more information about standard services: Standard BluetoothLE Services.

See Also