System.Beacon.Components.TCustomBeaconDevice.StartAdvertise

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartAdvertise;

C++

void __fastcall StartAdvertise();

Properties

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

Description

Starts advertising the proximity data that is associated with TCustomBeaconDevice.

StartAdvertise checks whether TCustomBeaconDevice is enabled and advertises the following data:

StartAdvertise internally calls StartAdvertising.

See Also