Two byte conversion union. More...
#include <frame.hpp>
Public Attributes | |
uint16_t | i |
uint8_t | c [2] |
uint16_t websocketpp::frame::uint16_converter::i |
Definition at line 56 of file frame.hpp.
Referenced by websocketpp::frame::byte_mask_circ(), websocketpp::frame::get_extended_size(), websocketpp::frame::word_mask_circ(), and websocketpp::frame::word_mask_exact().
uint8_t websocketpp::frame::uint16_converter::c[2] |
Definition at line 57 of file frame.hpp.
Referenced by websocketpp::frame::get_extended_size().