System.Beacon.TBeaconManufacturerParsers.RegisterParser
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
.