System.Beacon.TBeaconManufacturerDataHelper.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AScanMode: TBeaconScanMode = TBeaconScanMode.Standard);

C++

__fastcall TBeaconManufacturerDataHelper(TBeaconScanMode AScanMode);

Properties

Type Visibility Source Unit Parent
constructor public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerDataHelper

Description

Creates an instance of TBeaconManufacturerDataHelper with the specified mode of beacon scanning.

TBeaconManufacturerDataHelper only supports the Standard and Alternative modes of beacon scanning. If you specify a different mode of beacon scanning, Create raises an EBeaconException exception with the following message:

These modes are not permitted

See Also