![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
web-content file linked list data structure object More...
#include <web_application.h>

Data Fields | |
| const struct fsdata_file * | next |
| const unsigned char * | name |
| const unsigned char * | data |
| int | len |
| uint8_t | flags |
web-content file linked list data structure object
Definition at line 44 of file web_application.h.
| const unsigned char* data |
File data buffer
Definition at line 47 of file web_application.h.
| uint8_t flags |
FIle flags
Definition at line 49 of file web_application.h.
| int len |
Length of data buffer
Definition at line 48 of file web_application.h.
| const unsigned char* name |
Name of the file
Definition at line 46 of file web_application.h.
| const struct fsdata_file* next |
Pointer to the next file object in the linked list
Definition at line 45 of file web_application.h.