文件系统接口
公共头文件: #include "brookesia/hal_interface/storage/fs.hpp"
类名: StorageFsIface
API 参考
Header File
Classes
-
class StorageFsIface : public esp_brookesia::hal::Interface
File-system discovery interface for storage-capable devices.
Public Types
Public Functions
-
inline StorageFsIface()
Construct a storage file-system interface.
-
virtual ~StorageFsIface() = default
Virtual destructor for polymorphic storage interfaces.
-
struct Info
Metadata for one mounted file-system entry.
Public Members
-
FileSystemType fs_type
File-system type.
-
MediumType medium_type
Storage medium type.
-
const char *mount_point
Mount point.
-
FileSystemType fs_type
-
inline StorageFsIface()