#include <FsBase.h>
|
| bool | check (int64_t res) |
| | Check file operation result and note error code. More...
|
| |
◆ FsBase()
◆ check()
| bool IFS::FsBase::check |
( |
int64_t |
res | ) |
|
|
inlineprotected |
Check file operation result and note error code.
- Parameters
-
| res | result of fileXXX() operation to check |
- Return values
-
| bool | true if operation was successful, false if error occurred |
◆ getErrorString()
| String IFS::FsBase::getErrorString |
( |
int |
err | ) |
const |
|
inline |
◆ getFileSystem()
◆ getLastError()
| int IFS::FsBase::getLastError |
( |
| ) |
|
|
inline |
determine if an error occurred during operation
- Return values
-
◆ getLastErrorString()
| String IFS::FsBase::getLastErrorString |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool IFS::FsBase::isValid |
( |
| ) |
const |
|
inline |
◆ lastError
| int IFS::FsBase::lastError {FS_OK} |
|
mutableprotected |
The documentation for this class was generated from the following file: