API:System.Beacon.TEddystoneURL

De RAD Studio API Documentation
Aller à : navigation, rechercher

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();
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !