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