System.Beacon.TBeaconError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconError = (IncorrectTxPower, Indefinite);

C++

enum DECLSPEC_DENUM TBeaconError : unsigned char { IncorrectTxPower, Indefinite };

Properties

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

Description

TBeaconError defines a list of error types for beacon error events.

Error types:

  • IncorrectTxPower: Negative value for TxPower, the power transmission of the beacon transmitter.
  • Indefinite: Undetermined error.

See Also