System.Bluetooth.TBluetoothGattCharacteristic.CreateDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(const GUID &AUUID);

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Creates a new descriptor with the specified UUID for the characteristic.

See Also