System.Beacon.TBeaconManager.DoStopScan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoStopScan: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStopScan() = 0 ;

Properties

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

Description

The DoStopScan method implements the StopScan method.

See Also