System.Bluetooth.Components.TBluetoothLE.OnDescriptorWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDescriptorWrite: TGattDescriptorEvent read FOnDescriptorWrite write FOnDescriptorWrite;

C++

__property System::Bluetooth::TGattDescriptorEvent OnDescriptorWrite = {read=FOnDescriptorWrite, write=FOnDescriptorWrite};

Properties

Type Visibility Source Unit Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

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