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