IFS::FWFS::FWFileDesc Struct Reference
#include <FileSystem.h>
Collaboration diagram for IFS::FWFS::FWFileDesc:
Public Attributes | |
| FWObjDesc | odFile |
| File object. More... | |
| uint32_t | dataSize {0} |
| Total size of data. More... | |
| uint32_t | cursor {0} |
| Current read/write offset within file data. More... | |
| FWFileDescAttributes | attr |
Detailed Description
Member Data Documentation
◆ attr
| FWFileDescAttributes IFS::FWFS::FWFileDesc::attr |
◆ cursor
| uint32_t IFS::FWFS::FWFileDesc::cursor {0} |
Current read/write offset within file data.
◆ dataSize
| uint32_t IFS::FWFS::FWFileDesc::dataSize {0} |
Total size of data.
◆ odFile
The documentation for this struct was generated from the following file:
1.8.13