Discuss this help topic in SecureBlackbox Forum

TElUStarTarHeader.DevMinor

TElUStarTarHeader     See also     


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


Declaration

[C#]
    byte[] DevMinor;

[VB.NET]
    Property DevMinor As Byte()

[Pascal]
    property DevMinor : ByteArray;

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

[PHP]
    string get_DevMinor()
    void set_DevMinor(array of byte|string|NULL $Value)

[Java]
    byte[] getDevMinor();
    void setDevMinor(byte[] Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum