Discuss this help topic in SecureBlackbox Forum
…
Declaration
[VB.NET]
Property PayloadSize As UInt16
[Pascal]
property PayloadSize : word;
[C++]
uint16_t get_PayloadSize();
void set_PayloadSize(uint16_t Value);
[PHP]
integer get_PayloadSize()
void set_PayloadSize(integer $Value)
[Java]
short getPayloadSize();
void setPayloadSize(short arg0);
Description
…
Discuss this help topic in SecureBlackbox Forum