Microchip® Advanced Software Framework

websocket Struct Reference

#include <websocket.h>

Data Fields

websocket_callback callback
 
uint8_t headercache [10]
 
uint8_t headercacheptr
 
uint32_t len
 
uint8_t mask [4]
 
struct websocketnext
 
uint8_t opcode
 
struct websocket_http_client_state s
 
uint8_t state
 
char subprotocol [WEBSOCKET_CONF_MAX_SUBPROTOLEN]
 
char url [WEBSOCKET_MAX_URLLEN]
 

websocket_callback websocket::callback

Referenced by call(), and websocket_open().

uint8_t websocket::headercache[10]
uint8_t websocket::headercacheptr
uint32_t websocket::len
uint8_t websocket::mask[4]
struct websocket* websocket::next
uint8_t websocket::opcode
char websocket::subprotocol[WEBSOCKET_CONF_MAX_SUBPROTOLEN]

Referenced by start_get(), and websocket_open().

char websocket::url[WEBSOCKET_MAX_URLLEN]