Discuss this help topic in SecureBlackbox Forum
Specifies the third bit in the frame.
Declaration
[VB.NET]
Property RSV2 As Boolean
[Pascal]
property RSV2 : boolean;
[C++]
bool get_RSV2();
void set_RSV2(bool Value);
[PHP]
bool get_RSV2()
void set_RSV2(bool $Value)
[Java]
boolean getRSV2();
void setRSV2(boolean Value);
Description
This property should be set to False unless other is defined by an extension.
Discuss this help topic in SecureBlackbox Forum