ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
c_FileMgr::FileListEntry_t Struct Reference

#include <FileMgr.hpp>

Public Attributes

FileId handle = INVALID_FILE_HANDLE
 
FsFile fsFile
 
uint64_t size = 0
 
int entryId = -1
 
String Filename = emptyString
 
FileMode mode = FileMode::FileRead
 
bool IsOpen = false
 
struct { 
 
   byte *   DataBuffer = nullptr 
 
   uint64_t   size = 0 
 
   uint64_t   offset = 0 
 
buffer 
 

Member Data Documentation

◆ [struct]

struct { ... } c_FileMgr::FileListEntry_t::buffer

◆ DataBuffer

byte* c_FileMgr::FileListEntry_t::DataBuffer = nullptr

◆ entryId

int c_FileMgr::FileListEntry_t::entryId = -1

◆ Filename

String c_FileMgr::FileListEntry_t::Filename = emptyString

◆ fsFile

FsFile c_FileMgr::FileListEntry_t::fsFile

◆ handle

FileId c_FileMgr::FileListEntry_t::handle = INVALID_FILE_HANDLE

◆ IsOpen

bool c_FileMgr::FileListEntry_t::IsOpen = false

◆ mode

FileMode c_FileMgr::FileListEntry_t::mode = FileMode::FileRead

◆ offset

uint64_t c_FileMgr::FileListEntry_t::offset = 0

◆ size

uint64_t c_FileMgr::FileListEntry_t::size = 0

The documentation for this struct was generated from the following file: