System.Bluetooth.Components.TBluetoothLE.WriteDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteDescriptor(const ADevice: TBluetoothLEDevice; const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall WriteDescriptor(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Finds an existing descriptor of the specified 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