zos_websocket_frame_t Struct Reference

Websocket frame data to be used with zn_websocket_client_read_frame() More...

Data Fields

zos_bool_t final_frame
 indicates there are no more frames after
 
uint8_t payload_type
 the frame data type
 
uint16_t payload_length
 the length of the payload
 
void * payload
 The payload data.
 

Detailed Description

Websocket frame data to be used with zn_websocket_client_read_frame()

Examples:
nxp/nfc3d/cloud_websocket.c.