System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCharacteristic: TBluetoothGattCharacteristic;

C++

TBluetoothGattCharacteristic* __fastcall GetCharacteristic();

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Returns the characteristic that provides this descriptor.

See Also