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