System.Bluetooth.TBluetoothGattServer.CreateDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;  const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const GUID &AnUUID);

Properties

Type Visibility Source Unit Parent
function public
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.

See Also