API:System.Beacon.TEddystoneUID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TEddystoneUID = record
    Namespace: TNamespace;
    Instance: TInstance;
    RFU: Word;
    function SetNamespace(const Value: string): boolean;
    function SetInstance(const Value: string): boolean;
    function GetNamespace: string;
    function GetInstance: string;
  private
    function TBytesToHexString(const AValue: array of Byte): string;
  public
    property NamespaceToString: string read GetNamespace;
    property InstanceToString: string read GetInstance;
  end;

C++

struct DECLSPEC_DRECORD TEddystoneUID
{
public:
    TNamespace Namespace;
    TInstance Instance;
    System::Word RFU;
    bool __fastcall SetNamespace(const System::UnicodeString Value);
    bool __fastcall SetInstance(const System::UnicodeString Value);
    System::UnicodeString __fastcall GetNamespace();
    System::UnicodeString __fastcall GetInstance();
private:
    System::UnicodeString __fastcall TBytesToHexString(const System::Byte *AValue, const int AValue_High);
public:
    __property System::UnicodeString NamespaceToString = {read=GetNamespace};
    __property System::UnicodeString InstanceToString = {read=GetInstance};
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.