System.Beacon.TEddystoneBeaconInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEddystoneBeaconInfo = record

C++

struct DECLSPEC_DRECORD TEddystoneBeaconInfo
{
public:
    TKindofEddystones KindofEddystones;
    TKindofEddystone LastKindofEddystone;
    TEddystoneUID EddystoneUID;
    TEddystoneURL EddystoneURL;
    TEddystoneTLM EddystoneTLM;
    System::Sysutils::TBytes AdditionalData;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

The TEddystoneBeaconInfo record type holds the parsed information received from the Eddystone beacon.

See Also