Discuss this help topic in SecureBlackbox Forum

TElBaseTarHeader.Mode

TElBaseTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] Mode;

[VB.NET]
    Property Mode As Byte()

[Pascal]
    property Mode : ByteArray;

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

[PHP]
    string get_Mode()
    void set_Mode(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum