System.Beacon.Components.TCustomBeaconDevice.MFGReserved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MFGReserved: Byte read GetMFGReserved write SetMFGReserved default 0;

C++

__property System::Byte MFGReserved = {read=GetMFGReserved, write=SetMFGReserved, default=0};

Properties

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

Description

Reserved for the implementation of special features.

Manufacturer reserves the MFGReserved property in order to implement special features.

Note: The use of this property is only available for beacon devices in Alternative Mode.

See Also