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