Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.OpCode

TElWebSocketMessage     See also     


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


Defines the interpretation of the payload data.

Declaration

[C#]
    byte OpCode;

[VB.NET]
    Property OpCode As Byte

[Pascal]
    property OpCode : byte;

[C++]
    uint8_t get_OpCode();
    void set_OpCode(uint8_t Value);

[PHP]
    integer get_OpCode()
    void set_OpCode(integer $Value)

[Java]
    byte getOpCode();
    void setOpCode(byte arg0);

Possible values:

Description

    The opcode is a 4-bit value that defines the interpretation of the payloda data.

See also:     PayloadData     IsFinal    

Discuss this help topic in SecureBlackbox Forum