Type used to convert close statuses between integer and wire representations. More...
#include <close.hpp>
Public Attributes | |
| uint16_t | i |
| char | c [2] |
Type used to convert close statuses between integer and wire representations.
| uint16_t websocketpp::close::code_converter::i |
Definition at line 276 of file close.hpp.
Referenced by websocketpp::close::extract_code(), and websocketpp::processor::hybi13< stub_config >::prepare_close().
| char websocketpp::close::code_converter::c[2] |
Definition at line 277 of file close.hpp.
Referenced by websocketpp::close::extract_code(), and websocketpp::processor::hybi13< stub_config >::prepare_close().