Enum FrameOpcode
The Opcode is 4 bits, as defined in Section 5.2
enum FrameOpcode
: ubyte { ... }
Values are defined in section 11.8 Currently only 6 values are defined, however the opcode is defined as taking 4 bits.
Enum members
Name | Description |
---|---|
binary
|
|
close
|
|
continuation
|
|
ping
|
|
pong
|
|
text
|