System.Bluetooth.TBluetoothLEManager.OnDiscoverLeDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDiscoverLEDevice: TDiscoverLEDeviceEvent read FOnDiscoverLEDevice write FOnDiscoverLEDevice;

C++

__property TDiscoverLEDeviceEvent OnDiscoverLEDevice = {read=FOnDiscoverLEDevice, write=FOnDiscoverLEDevice};

Properties

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

Description

Occurs each time a device is found during device discovery.

See Also