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