Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
file_systems::MBEDDirHandle Class Reference

An mbed directory implementation. More...

#include <APIMbed.h>

Inheritance diagram for file_systems::MBEDDirHandle:

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::FileSystemBasep_fs
 
DIR_BASEp_dir = nullptr
 
int fd
 

Detailed Description

An mbed directory implementation.


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