VSF Documented
Data Fields
vsf_linux_httpd_urihandler_websocket_t Struct Reference

#include <__vsf_linux_urihandler_websocket.h>

Data Fields

vsf_fifo_stream_t stream_in
 
vsf_fifo_stream_t stream_out
 
uint64_t payload_len
 
uint8_t masking_key [4]
 
uint8_t len_size
 
uint8_t state
 
uint8_t opcode
 
uint8_t is_start: 1
 
uint8_t is_fin: 1
 
uint8_t is_string: 1
 
uint8_t is_masking: 1
 
uint8_t masking_pos: 2
 

Field Documentation

◆ stream_in

vsf_fifo_stream_t vsf_linux_httpd_urihandler_websocket_t::stream_in

◆ stream_out

vsf_fifo_stream_t vsf_linux_httpd_urihandler_websocket_t::stream_out

◆ payload_len

uint64_t vsf_linux_httpd_urihandler_websocket_t::payload_len

◆ masking_key

uint8_t vsf_linux_httpd_urihandler_websocket_t::masking_key[4]

◆ len_size

uint8_t vsf_linux_httpd_urihandler_websocket_t::len_size

◆ state

uint8_t vsf_linux_httpd_urihandler_websocket_t::state

◆ opcode

uint8_t vsf_linux_httpd_urihandler_websocket_t::opcode

◆ is_start

uint8_t vsf_linux_httpd_urihandler_websocket_t::is_start

◆ is_fin

uint8_t vsf_linux_httpd_urihandler_websocket_t::is_fin

◆ is_string

uint8_t vsf_linux_httpd_urihandler_websocket_t::is_string

◆ is_masking

uint8_t vsf_linux_httpd_urihandler_websocket_t::is_masking

◆ masking_pos

uint8_t vsf_linux_httpd_urihandler_websocket_t::masking_pos