System.Beacon.TBeaconManufacturerDataHelper.MDataMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MDataMask: TBytes read GetMDataMask;

C++

__property System::DynamicArray<System::Byte> MDataMask = {read=GetMDataMask};

Properties

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

Description

Represents the TBytes mask used to generate the ManufacturerSpecificData.

See Also