System.Beacon.TBeaconManufacturerParsers.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Parse(const AData: TBytes; var BeaconInfo: TBeaconInfo): Boolean;

C++

bool __fastcall Parse(const System::DynamicArray<System::Byte> AData, TBeaconInfo &BeaconInfo);

Properties

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

Description

Parses the AData into the BeaconInfo.

The Parse method parses the AData into the BeaconInfo. The Parse method tries to parse the data with all the registered parsers in the TBeaconManufacturerParsers.

See Also