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