System.Beacon.TBeaconManager.DoParseManufacturerData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoParseManufacturerData(const AData: TBytes; var BeaconInfo: TBeaconInfo; var Handled: Boolean);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

Raises the OnParseManufacturerData.

See Also