System.Bluetooth.TBluetoothGattService.Characteristics

From RAD Studio API Documentation
Jump to: navigation, search

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