System.Beacon.IBeacon.GetMinor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMinor: Word;

C++

virtual System::Word __fastcall GetMinor() = 0 ;

Properties

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

Description

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

Represents the getter method for the Minor property.

See Also