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;
#ifndef _WIN64
    System::DynamicArray<System::Byte> AdditionalData;
#else /* _WIN64 */
    System::TArray__1<System::Byte> AdditionalData;
#endif /* _WIN64 */
};

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