System.Beacon.Components.TCustomBeaconDevice.StopAdvertise

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopAdvertise;

C++

void __fastcall StopAdvertise();

Properties

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

Description

Stops advertising the proximity data associated with TCustomBeaconDevice.

StopAdvertise internally calls StopAdvertising.

See Also