fs::F_Fat¶
詳細情報¶
メンバー¶
F_Fat()¶
F_Fat::F_Fat(FSImplPtr impl)
引数
- FSImplPtr
impl
begin()¶
bool F_Fat::begin(bool formatOnFail=false, const char *basePath="/ffat", uint8_t maxOpenFiles=10, const char *partitionLabel=(char *) FFAT_PARTITION_LABEL)
引数
- bool
formatOnFail
- constchar *
basePath
- uint8_t
maxOpenFiles
- constchar *
partitionLabel
戻り値
bool
format()¶
bool F_Fat::format(bool full_wipe=FFAT_WIPE_QUICK, char *partitionLabel=(char *) FFAT_PARTITION_LABEL)
引数
- bool
full_wipe
- char *
partitionLabel
戻り値
bool
totalBytes()¶
size_t F_Fat::totalBytes()
戻り値
size_t
freeBytes()¶
size_t F_Fat::freeBytes()
戻り値
size_t
end()¶
void F_Fat::end()
exists()¶
bool F_Fat::exists(const char *path)
引数
- constchar *
path
戻り値
bool
exists()¶
bool F_Fat::exists(const String &path)
引数
- constString &
path
戻り値
bool