Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property POP As Byte()
[Pascal]
under development
[C++]
void get_POP(std::vector<uint8_t> &OutResult);
void set_POP(const std::vector<uint8_t> &Value);
[PHP]
string get_POP()
void set_POP(array of byte|string|NULL $Value)
[Java]
byte[] getPOP();
void setPOP(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum