Discuss this help topic in SecureBlackbox Forum
Specifies the length of the payload data.
Declaration
[VB.NET]
Property PayloadLen As Long
[Pascal]
property PayloadLen : Int64;
[C++]
int64_t get_PayloadLen();
[PHP]
integer get_PayloadLen()
[Java]
long getPayloadLen();
Description
Use this read-only property to get the length of the payload data in bytes.
Discuss this help topic in SecureBlackbox Forum