Discuss this help topic in SecureBlackbox Forum

TElUStarTarHeader.GName

TElUStarTarHeader     See also     


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


Declaration

[C#]
    byte[] GName;

[VB.NET]
    Property GName As Byte()

[Pascal]
    property GName : ByteArray;

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

[PHP]
    string get_GName()
    void set_GName(array of byte|string|NULL $Value)

[Java]
    byte[] getGName();
    void setGName(byte[] Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum