Discuss this help topic in SecureBlackbox Forum
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum