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

web-content file linked list data structure object More...

#include <web_application.h>

Collaboration diagram for fsdata_file:

Data Fields

const struct fsdata_filenext
 
const unsigned char * name
 
const unsigned char * data
 
int len
 
uint8_t flags
 

Detailed Description

web-content file linked list data structure object

Definition at line 44 of file web_application.h.

Field Documentation

◆ data

const unsigned char* data

File data buffer

Definition at line 47 of file web_application.h.

◆ flags

uint8_t flags

FIle flags

Definition at line 49 of file web_application.h.

◆ len

int len

Length of data buffer

Definition at line 48 of file web_application.h.

◆ name

const unsigned char* name

Name of the file

Definition at line 46 of file web_application.h.

◆ next

const struct fsdata_file* next

Pointer to the next file object in the linked list

Definition at line 45 of file web_application.h.


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