cueOS  2.4
cueOS - Universal Show Control OS for ARM
http_response_s Struct Reference

HTTP response structure object. More...

#include <http_response.h>

Data Fields

char * data_ptr
 
uint32_t data_ptr_index
 
uint32_t data_len
 
uint8_t is_static
 

Detailed Description

HTTP response structure object.

Definition at line 35 of file http_response.h.

Field Documentation

◆ data_len

uint32_t data_len

Length of TX data

Definition at line 38 of file http_response.h.

◆ data_ptr

char* data_ptr

Pointer to TX data

Definition at line 36 of file http_response.h.

◆ data_ptr_index

uint32_t data_ptr_index

Current index of TX data

Definition at line 37 of file http_response.h.

◆ is_static

uint8_t is_static

Do we need to deallocate data ?

Definition at line 39 of file http_response.h.


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