System.Beacon.TEddystoneURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEddystoneURL = record

C++

struct DECLSPEC_DRECORD TEddystoneURL
{
public:
    System::Sysutils::TBytes EncodedURL;
    System::UnicodeString URL;
    System::UnicodeString __fastcall URLToString();
};

Properties

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

Description

Record type that stores the information associated with the EddystoneURL beacon.

TEddystoneURL contains a compressed URL and the encoding format.

The EddystoneURL frame broadcasts a URL using a compressed encoding format that fits within the limited advertisement packet.

See Also