TCode Library
A library to aid in decoding/using of Toy Code ("T-Code") data.
Loading...
Searching...
No Matches
SettingsUsage Struct Reference

Struct for getting size data on the file system. More...

#include <SettingManagement.h>

Public Attributes

size_t sizeOfFile
 
size_t spaceAvailable
 
size_t spaceUsed
 

Detailed Description

Struct for getting size data on the file system.

Parameters
sizeOfFileSize of current settings file in bytes
spaceAvailableSpace available in the SPIFFS file system
spaceUsedSpace used in the SPIFFS file system

Definition at line 18 of file SettingManagement.h.

Member Data Documentation

◆ sizeOfFile

size_t SettingsUsage::sizeOfFile

Definition at line 20 of file SettingManagement.h.

◆ spaceAvailable

size_t SettingsUsage::spaceAvailable

Definition at line 21 of file SettingManagement.h.

◆ spaceUsed

size_t SettingsUsage::spaceUsed

Definition at line 22 of file SettingManagement.h.


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