System.Beacon.TBeaconScanMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconScanMode = (Standard, Alternative);

C++

enum DECLSPEC_DENUM TBeaconScanMode : unsigned char { Standard, Alternative };

Properties

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

Description

The TBeaconScanMode type indicates the beacon format to be monitored, either Standard or Alternative.

See Also