Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Q As Byte()
[Pascal]
property Q : ByteArray;
[C++]
void get_Q(std::vector<uint8_t> &OutResult);
void set_Q(const std::vector<uint8_t> &Value);
[PHP]
string get_Q()
void set_Q(array of byte|string|NULL $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum