System.Beacon.TBeaconManufacturerDataHelper.GUID_MAJOR_MASK

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GUID_MAJOR_MASK: TBytes = [$0,$0,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$1,$0,$0,$0];

C++

static System::DynamicArray<System::Byte> GUID_MAJOR_MASK;

Properties

Type Visibility Source Unit Parent
field public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerDataHelper

Description

Filter mask to extract the GUID and the Major from the ManufacturerSpecificData.

See Also