System.Beacon.TBeaconAdvertiser.GetBeaconAdvertiserHelperInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetBeaconAdvertiserHelperInstance: TBeaconAdvertiser;

C++

__classmethod TBeaconAdvertiser* __fastcall GetBeaconAdvertiserHelperInstance();

Properties

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

Description

Gets an instance of TBeaconAdvertiser for the current platform.

GetBeaconAdvertiserHelperInstance 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.

See Also