System.Beacon.TBeaconAdvertiser.GetHelperInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetHelperInstance: TBeaconAdvertiser; virtual; abstract;

C++

virtual __classmethod TBeaconAdvertiser* __fastcall GetHelperInstance() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconAdvertiser

Description

Gets an instance of TBeaconAdvertiser.

GetHelperInstance gets the instance as a purpose of help, without GATT server for the current platform.

The instance of TBeaconAdvertiser represents the object in charge of advertising data of a beacon device component.

The implementation of this virtual abstract method is platform-specific.

See Also