|
Arduino Posix Filesystems
|
An mbed directory implementation. More...
#include <APIMbed.h>
Public Member Functions | |
| MBEDDirHandle (file_systems::FileSystemBase *p_fs, const char *fileName, DIR_BASE *p_dir) | |
| ssize_t | read (struct dirent *ent) |
| int | close () |
| void | seek (off_t offset) |
| off_t | tell () |
| void | rewind () |
| size_t | size () |
Protected Attributes | |
| const char * | file_name |
| file_systems::FileSystemBase * | p_fs |
| DIR_BASE * | p_dir = nullptr |
| int | fd |
An mbed directory implementation.