Prusa MINI Firmware overview
FileHandler_t Struct Reference

File handler structure. More...

Collaboration diagram for FileHandler_t:

Public Attributes

const char * file_name
 
const char * content_type
 
int content_length
 
const uint8_tdata
 

Detailed Description

File handler structure.

Member Data Documentation

◆ file_name

const char* FileHandler_t::file_name

◆ content_type

const char* FileHandler_t::content_type

◆ content_length

int FileHandler_t::content_length

◆ data

const uint8_t* FileHandler_t::data