System.Beacon.TBeaconManager.DoStartScan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStartScan: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartScan(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

The DoStartScan method implements the StartScan method.

See Also