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