System.Bluetooth.TBluetoothLEManager.LastDiscoveredTimeStamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastDiscoveredTimeStamp: TDateTime read FLastDiscoveredLETimeStamp;

C++

__property System::TDateTime LastDiscoveredTimeStamp = {read=FLastDiscoveredLETimeStamp};

Properties

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

Description

Time when the last discovery operation finished.

See Also