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