System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;  const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor; virtual; abstract;

C++

virtual TBluetoothGattDescriptor* __fastcall DoCreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const GUID &AnUUID) = 0 ;

Properties

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

Description

Creates a new descriptor for the specified characteristic identifier by the specified UUID, and returns that new descriptor.

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

See Also