System.Beacon.TBeaconManufacturerParsers.RegisterParser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterParser(const AParser: TBeaconManufacturerDataParserClass; const AParserIdentifier: string);

C++

void __fastcall RegisterParser(const TBeaconManufacturerDataParserClass AParser, const System::UnicodeString AParserIdentifier);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerParsers

Description

Registers the AParser with the given AParserIdentifier.

See Also