System.Bluetooth.TBluetoothLEDevice.DoWriteDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoWriteDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoWriteDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;

Properties

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

Description

Finds an existing descriptor of the remote device with the same UUID as the UUID of the specified descriptor, and replaces the data of the existing descriptor with the data of the specified descriptor.

WriteDescriptor calls DoWriteDescriptor.

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

See Also