Skip to content

Namespace fs

Namespace List > fs

Classes

Type Name
class FS
class FSImpl
class File
class FileImpl

Public Types

Type Name
typedef std::shared_ptr< FSImpl > FSImplPtr
typedef std::shared_ptr< FileImpl > FileImplPtr
enum SeekMode

Public Types Documentation

typedef FSImplPtr

typedef std::shared_ptr<FSImpl> fs::FSImplPtr;

typedef FileImplPtr

typedef std::shared_ptr<FileImpl> fs::FileImplPtr;

enum SeekMode

enum fs::SeekMode {
    SeekSet = 0,
    SeekCur = 1,
    SeekEnd = 2
};

The documentation for this class was generated from the following file cores/common/arduino/libraries/common/FS/FS.h