WebSocket frame data. More...
Public Attributes | |
unsigned char | frm [MESSAGE_LENGTH] |
Frame read. More... | |
unsigned char * | msg |
Processed message at the moment. More... | |
unsigned char | msg_ctrl [125] |
Control frame payload. More... | |
size_t | cur_pos |
Current byte position. More... | |
size_t | amt_read |
Amount of read bytes. More... | |
int | frame_type |
Frame type, like text or binary. More... | |
uint64_t | frame_size |
Frame size. More... | |
int | error |
Error flag, set when a read was not possible. More... | |
ws_cli_conn_t * | client |
Client connection structure. More... | |
WebSocket frame data.
size_t amt_read |
Amount of read bytes.
ws_cli_conn_t* client |
Client connection structure.
size_t cur_pos |
Current byte position.
int error |
Error flag, set when a read was not possible.
uint64_t frame_size |
Frame size.
int frame_type |
Frame type, like text or binary.
unsigned char frm[MESSAGE_LENGTH] |
Frame read.
unsigned char* msg |
Processed message at the moment.
unsigned char msg_ctrl[125] |
Control frame payload.