IFS::IFileSystem::NameInfo Struct Reference
Filing system information with buffer for name. More...
#include <IFileSystem.h>
Inheritance diagram for IFS::IFileSystem::NameInfo:
Collaboration diagram for IFS::IFileSystem::NameInfo:
Public Member Functions | |
| NameInfo () | |
Public Member Functions inherited from IFS::IFileSystem::Info | |
| Info () | |
| Info (char *namebuf, unsigned buflen) | |
| volume_size_t | used () const |
| Info & | operator= (const Info &rhs) |
| void | clear () |
| size_t | printTo (Print &p) const |
Additional Inherited Members | |
Public Attributes inherited from IFS::IFileSystem::Info | |
| Type | type {} |
| The filing system type identifier. More... | |
| Attributes | attr {} |
| Attribute flags. More... | |
| size_t | maxNameLength {255} |
| Maximum length of a single file name. More... | |
| size_t | maxPathLength {255} |
| Maximum length of a full file path. More... | |
| Storage::Partition | partition |
| uint32_t | volumeID {0} |
| Unique identifier for volume. More... | |
| NameBuffer | name |
| Buffer for name. More... | |
| volume_size_t | volumeSize {0} |
| Size of volume, in bytes. More... | |
| volume_size_t | freeSpace {0} |
| Available space, in bytes. More... | |
| TimeStamp | creationTime {} |
Detailed Description
Filing system information with buffer for name.
Constructor & Destructor Documentation
◆ NameInfo()
|
inline |
The documentation for this struct was generated from the following file:
Public Member Functions inherited from
1.8.17