Public Types | Public Attributes
async_web_server_cpp::WebsocketFrame::Header Struct Reference

#include <websocket_message.hpp>

List of all members.

Public Types

enum  opcode {
  opcode_continuation = 0, opcode_text = 1, opcode_binary = 2, opcode_close = 8,
  opcode_ping = 9, opcode_pong = 10
}

Public Attributes

bool fin: 1
unsigned int len: 7
bool mask: 1
enum
async_web_server_cpp::WebsocketFrame::Header::opcode 
opcode
bool rsv1: 1
bool rsv2: 1
bool rsv3: 1

Detailed Description

Definition at line 20 of file websocket_message.hpp.


Member Enumeration Documentation

Enumerator:
opcode_continuation 
opcode_text 
opcode_binary 
opcode_close 
opcode_ping 
opcode_pong 

Definition at line 22 of file websocket_message.hpp.


Member Data Documentation

Definition at line 34 of file websocket_message.hpp.

Definition at line 36 of file websocket_message.hpp.

Definition at line 37 of file websocket_message.hpp.

Definition at line 33 of file websocket_message.hpp.

Definition at line 32 of file websocket_message.hpp.

Definition at line 31 of file websocket_message.hpp.


The documentation for this struct was generated from the following file:


async_web_server_cpp
Author(s): Mitchell Wills
autogenerated on Thu Aug 27 2015 12:27:39