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