System.Beacon.Components.TCustomBeaconDevice.Major

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Major: Integer read FMajor write SetMajor default 0;

C++

__property int Major = {read=FMajor, write=SetMajor, default=0};

Properties

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

Description

Indicates the Major ID value.

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

See Also