Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property ID As UInt16
[Pascal]
property ID : word;
[C++]
uint16_t get_ID();
void set_ID(uint16_t Value);
[PHP]
integer get_ID()
void set_ID(integer $Value)
[Java]
short getID();
void setID(short arg0);
Description
…
Discuss this help topic in SecureBlackbox Forum