System.Bluetooth.TBluetoothLEDevice.OnDescriptorWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDescriptorWrite: TGattDescriptorEvent read FOnDescriptorWrite write FOnDescriptorWrite;

C++

__property TGattDescriptorEvent OnDescriptorWrite = {read=FOnDescriptorWrite, write=FOnDescriptorWrite};

Properties

Type Visibility Source Unit Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

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

You start a write operation using WriteDescriptor.

The event handler of OnDescriptorWrite receives the following parameters:

See Also