Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Attributes | List of all members
file_systems::DIR_SD Struct Reference

Custom extension of DIR. More...

#include <FileSystemSD.h>

Inheritance diagram for file_systems::DIR_SD:
file_systems::DIR_BASE DIR_

Public Attributes

dirent actual_dirent
 dirent related to this DIR
 
File dir
 all unprocessed files: only used by FileSystemMemory!
 
- Public Attributes inherited from file_systems::DIR_BASE
int magic_id = 0
 
FileSystemBasep_file_system = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from file_systems::DIR_BASE
virtual bool seek (off_t offset)
 
virtual off_t tell ()
 
virtual ssize_t size ()
 

Detailed Description

Custom extension of DIR.


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