Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property DevMajor As Byte()
[Pascal]
property DevMajor : ByteArray;
[C++]
void get_DevMajor(std::vector<uint8_t> &OutResult);
void set_DevMajor(const std::vector<uint8_t> &Value);
[PHP]
string get_DevMajor()
void set_DevMajor(array of byte|string|NULL $Value)
[Java]
byte[] getDevMajor();
void setDevMajor(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum