System.Beacon.TBeaconManufacturerDataHelper.GUID_MINOR_MASK

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static System::DynamicArray<System::Byte> GUID_MINOR_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, the Major, and the Minor from the ManufacturerSpecificData.

See Also