System.Bluetooth.TBluetoothGattService.FCharacteristics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCharacteristics: TBluetoothGattCharacteristicList;

C++

TBluetoothGattCharacteristicList* FCharacteristics;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

It is a list of included characteristics for this TBluetoothGattService.

DoGetCharacteristics generates or updates this list.

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

See Also