System.Bluetooth.Components.TBluetoothLE.OnEndDiscoverDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndDiscoverDevices: TDiscoveryLEEndEvent read FOnEndDiscoverDevices write FOnEndDiscoverDevices;

C++

__property System::Bluetooth::TDiscoveryLEEndEvent OnEndDiscoverDevices = {read=FOnEndDiscoverDevices, write=FOnEndDiscoverDevices};

Properties

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

Description

Occurs after a call to DiscoverDevices and provides a list of devices that have been discovered.

The handler of OnEndDiscoverDevices receives the following parameters:

  • Sender is the manager of your component.
  • ADeviceList is a list of devices that have been discovered.

See Also