Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.RSV3

TElWebSocketMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the third bit in the frame.

Declaration

[C#]
    bool RSV3;

[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.

See also:     RSV1     RSV2    

Discuss this help topic in SecureBlackbox Forum