Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
byte[] DevMajor;
[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)
Description
...
Discuss this help topic in SecureBlackbox Forum