Robotran C Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
frame_state_data Struct Reference

Frame state data. More...

Public Attributes

unsigned char * msg_data
 
unsigned char * msg_ctrl
 
uint8_t masks_data [4]
 
uint8_t masks_ctrl [4]
 
uint64_t msg_idx_data
 
uint64_t msg_idx_ctrl
 
uint64_t frame_length
 
uint64_t frame_size
 
int32_t pong_id
 
uint8_t opcode
 
uint8_t is_fin
 
uint8_t mask
 
int cur_byte
 

Detailed Description

Frame state data.

This structure holds the current data for handling the received frames.

Member Data Documentation

◆ cur_byte

int cur_byte

◆ frame_length

uint64_t frame_length

◆ frame_size

uint64_t frame_size

◆ is_fin

uint8_t is_fin

◆ mask

uint8_t mask

◆ masks_ctrl

uint8_t masks_ctrl[4]

◆ masks_data

uint8_t masks_data[4]

◆ msg_ctrl

unsigned char* msg_ctrl

◆ msg_data

unsigned char* msg_data

◆ msg_idx_ctrl

uint64_t msg_idx_ctrl

◆ msg_idx_data

uint64_t msg_idx_data

◆ opcode

uint8_t opcode

◆ pong_id

int32_t pong_id

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