System.Beacon.TBeaconManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBeaconManager

Delphi

TBeaconManager = class

C++

class PASCALIMPLEMENTATION TBeaconManager : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

Class in charge of managing the scanning of beacons.

TBeaconManager is the class in charge of managing the scanning of beacons. We can monitor beacons with several scan modes. The way to create an instance of this class is through the GetBeaconManager function instead of creating an instance of the class directly.

See Also