Data Fields
vtm_ws_msg Struct Reference

Data Fields

vtm_ws_con * con
 
enum vtm_ws_msg_type type
 
void * data
 
size_t len
 

Field Documentation

vtm_ws_con* vtm_ws_msg::con

connection from which the message was received

enum vtm_ws_msg_type vtm_ws_msg::type

type of the message

void* vtm_ws_msg::data

pointer to payload of the message

size_t vtm_ws_msg::len

payload length in bytes