#include <ws_protocol.hpp>
Public Types | |
enum | { more_flag = 1, command_flag = 2 } |
enum | opcode_t { opcode_continuation = 0, opcode_text = 0x01, opcode_binary = 0x02, opcode_close = 0x08, opcode_ping = 0x09, opcode_pong = 0xA } |
Definition at line 9 of file ws_protocol.hpp.
anonymous enum |
Enumerator | |
---|---|
more_flag | |
command_flag |
Definition at line 23 of file ws_protocol.hpp.
Enumerator | |
---|---|
opcode_continuation | |
opcode_text | |
opcode_binary | |
opcode_close | |
opcode_ping | |
opcode_pong |
Definition at line 13 of file ws_protocol.hpp.