System.Beacon.TBeaconAdvertiser.Major

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Major: Word read FMajor write FMajor;

C++

__property System::Word Major = {read=FMajor, write=FMajor, nodefault};

Properties

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

Description

Represents the Major ID value.

Major represents the Major ID value that TBeaconAdvertiser advertises as a subdivision within a group of beacons with the same UUID. This subdivision gets the name of region.

See Also