System.Beacon.Components.TBeaconDeviceMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconDeviceMode = (Standard, Alternative, EddystoneUID, EddystoneURL);

C++

enum class DECLSPEC_DENUM TBeaconDeviceMode : unsigned char { Standard, Alternative, EddystoneUID, EddystoneURL };

Properties

Type Visibility Source Unit Parent
enum public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components System.Beacon.Components

Description

Type used in order to specify the possible beacon formats.

The possible beacon formats are:

See Also