|
Arduino Posix Filesystems
|
In Memory File Content to refer to data stored e.g. in PROGMEM. More...
#include <FileSystemMemory.h>
Public Member Functions | |
| operator bool () | |
Public Attributes | |
| const uint8_t * | data = nullptr |
| size_t | size = 0 |
| size_t | current_pos = 0 |
Public Attributes inherited from file_systems::RegContent | |
| RegContentType | id = ContentUndefined |
In Memory File Content to refer to data stored e.g. in PROGMEM.