Discuss this help topic in SecureBlackbox Forum

TElUStarTarHeader.UName

TElUStarTarHeader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    byte[] UName;

[VB.NET]
    Property UName As Byte()

[Pascal]
    property UName : ByteArray;

[C++]
    void get_UName(std::vector<uint8_t> &OutResult);
    void set_UName(const std::vector<uint8_t> &Value);

[PHP]
    string get_UName()
    void set_UName(array of byte|string|NULL $Value)

[Java]
    byte[] getUName();
    void setUName(byte[] Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum