System.Beacon.TBeaconManager.ManufacturerDataParsers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ManufacturerDataParsers: TBeaconManufacturerParsers read FManufacturerDataParsers;

C++

__property TBeaconManufacturerParsers* ManufacturerDataParsers = {read=FManufacturerDataParsers};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

List of available parsers to parse the manufacturer data from the Bluetooth LE device related to the beacon.

See Also