System.Bluetooth.TBluetoothGattCharacteristic.DoCreateDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor; virtual; abstract;

C++

virtual TBluetoothGattDescriptor* __fastcall DoCreateDescriptor(const TBluetoothUUID &AUUID) = 0 ;

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.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattCharacteristic implement.

See Also