System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FCharacteristic: TBluetoothGattCharacteristic;

C++

TBluetoothGattCharacteristic* FCharacteristic;

Properties

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

Description

Protected property that contains the characteristic that provides this descriptor.

See Also