System.Bluetooth.TBluetoothLEDevice.DoOnDescriptorRead

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnDescriptorRead(const ADescriptor: TBluetoothGattDescriptor; AGattStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnDescriptorRead(TBluetoothGattDescriptor* const ADescriptor, TBluetoothGattStatus AGattStatus);

Properties

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

Description

Dispatcher of the OnDescriptorRead event.

DoOnDescriptorRead is called when the data of a descriptor of a service from a remote device is read from the remote device.

You start a read operation using ReadDescriptor.

This event dispatcher receives the following parameters:

See Also