System.Bluetooth.TBluetoothManager.OnDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

Properties

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

Description

When you call StartDiscovery, you start a discovery operation to find remote devices using Bluetooth. OnDiscoveryEnd occurs when the discovery operation finishes.

The event handler of OnDiscoveryEnd receives the following parameters:

See Also