System.Beacon.IBeacon.Major

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Major: Word read GetMajor;

C++

__property System::Word Major = {read=GetMajor};

Properties

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

Description

Warning: Major is deprecated. Please use the proper interface for your beacon format.

The Major property indicates the Major ID of the beacon.

See Also