Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.RSV1

TElWebSocketMessage     See also     


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


Specifies the second bit in the frame.

Declaration

[C#]
    bool RSV1;

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

See also:     RSV2     RSV3    

Discuss this help topic in SecureBlackbox Forum