Discuss this help topic in SecureBlackbox Forum

TElUStarTarHeader.Prefix

TElUStarTarHeader     See also     


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


Declaration

[C#]
    byte[] Prefix;

[VB.NET]
    Property Prefix As Byte()

[Pascal]
    property Prefix : ByteArray;

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

[PHP]
    string get_Prefix()
    void set_Prefix(array of byte|string|NULL $Value)

[Java]
    byte[] getPrefix();
    void setPrefix(byte[] Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum