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

web-content file structure object More...

#include <web_application.h>

Data Fields

const char * data
 
int len
 
int index
 
fs_file_extensionpextension
 
uint8_t flags
 

Detailed Description

web-content file structure object

Definition at line 32 of file web_application.h.

Field Documentation

◆ data

const char* data

File data buffer

Definition at line 33 of file web_application.h.

◆ flags

uint8_t flags

File flags

Definition at line 37 of file web_application.h.

◆ index

int index

File data pointer index

Definition at line 35 of file web_application.h.

◆ len

int len

File data length

Definition at line 34 of file web_application.h.

◆ pextension

fs_file_extension* pextension

File extension TODO: see if this can be removed safely

Definition at line 36 of file web_application.h.


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