System.Bluetooth.Components.TBluetoothLE.DoOnDescriptorWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnDescriptorWrite(const Sender: TObject; const ADescriptor: TBluetoothGattDescriptor;  AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnDescriptorWrite(System::TObject* const Sender, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Properties

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

Description

Dispatcher of the OnDescriptorWrite event.

DoOnDescriptorWrite is called when the data of a descriptor from a remote device is written to the remote device.

You start a write operation using WriteDescriptor.

This event dispatcher receives the following parameters:

See Also