System.Bluetooth.TBluetoothLEDevice.WriteDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall WriteDescriptor(TBluetoothGattDescriptor* const ADescriptor);

Properties

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

See Also