|
Arduino Posix Filesystems
|
An individual file entry (e.g. to manage open files) More...
#include <Registry.h>
Public Member Functions | |
| virtual | operator bool () |
| returns true when the content is defined | |
Public Attributes | |
| int | memory_guard = 12345 |
| FileSystemBase * | p_file_system = nullptr |
| reference to the file system | |
| const char * | file_name = nullptr |
| the name of the file | |
| RegContent * | content = nullptr |
| pointer to specific content object | |
| int | fileID = 0 |
| index in the vector of open files | |
An individual file entry (e.g. to manage open files)