![]() |
TCode Library
A library to aid in decoding/using of Toy Code ("T-Code") data.
|
Struct for getting size data on the file system. More...
#include <SettingManagement.h>
Public Attributes | |
size_t | sizeOfFile |
size_t | spaceAvailable |
size_t | spaceUsed |
Struct for getting size data on the file system.
sizeOfFile | Size of current settings file in bytes |
spaceAvailable | Space available in the SPIFFS file system |
spaceUsed | Space used in the SPIFFS file system |
Definition at line 18 of file SettingManagement.h.
size_t SettingsUsage::sizeOfFile |
Definition at line 20 of file SettingManagement.h.
size_t SettingsUsage::spaceAvailable |
Definition at line 21 of file SettingManagement.h.
size_t SettingsUsage::spaceUsed |
Definition at line 22 of file SettingManagement.h.