Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property Version As Byte
[Pascal]
property Version : byte;
[C++]
uint8_t get_Version();
void set_Version(uint8_t Value);
[PHP]
integer get_Version()
void set_Version(integer $Value)
[Java]
byte getVersion();
void setVersion(byte arg0);
Description
…
Discuss this help topic in SecureBlackbox Forum