Discuss this help topic in SecureBlackbox Forum
Specifies if the frame is a final fragment in a mesage.
Declaration
[VB.NET]
Property IsFinal As Boolean
[Pascal]
property IsFinal : boolean;
[C++]
bool get_IsFinal();
void set_IsFinal(bool Value);
[PHP]
bool get_IsFinal()
void set_IsFinal(bool $Value)
[Java]
boolean getIsFinal();
void setIsFinal(boolean Value);
Description
This property specifies if the frame is the final fragment in a message.
Note that the first fragment may also be the final one.
Discuss this help topic in SecureBlackbox Forum