WebSocket++
0.8.3-dev
C++ websocket client/server library
|
Constants and utility functions related to WebSocket opcodes. More...
Functions | |
bool | reserved (value v) |
Check if an opcode is reserved. More... | |
bool | invalid (value v) |
Check if an opcode is invalid. More... | |
bool | is_control (value v) |
Check if an opcode is for a control frame. More... | |
Constants and utility functions related to WebSocket opcodes.
WebSocket Opcodes are 4 bits. See RFC6455 section 5.2.
|
inline |
|
inline |