Discuss this help topic in SecureBlackbox Forum

TElBaseTarHeader.TypeFlag

TElBaseTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] TypeFlag;

[VB.NET]
    Property TypeFlag As Byte()

[Pascal]
    property TypeFlag : ByteArray;

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

[PHP]
    string get_TypeFlag()
    void set_TypeFlag(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum