API:System.Beacon.TEddystoneURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TEddystoneURL = record
    EncodedURL:  TBytes;
    URL:  string;
  public
    function URLToString: string;
  end;

C++

struct DECLSPEC_DRECORD TEddystoneURL
{
public:
#ifndef _WIN64
    System::DynamicArray<System::Byte> EncodedURL;
#else /* _WIN64 */
    System::TArray__1<System::Byte> EncodedURL;
#endif /* _WIN64 */
    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

Embarcadero Technologies does not currently have any additional information.