System.Beacon.TBeaconAdvertiser.StartAdvertisingFrames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartAdvertisingFrames(AFrameType: TAdvertiseDeviceFormat): Boolean;

C++

bool __fastcall StartAdvertisingFrames(TAdvertiseDeviceFormat AFrameType);

Properties

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

Description

Starts to advertise beacon frames.

StartAdvertisingFrames advertises beacon frames with a format that depends on the selected beacon format.

You can select the beacon format with AFrameType. Then StartAdvertisingFrames generates the proper frame format.

The type TAdvertiseDeviceFormat determines the available beacon formats.

See Also