Checking flash memory free space on ELS61 module | Telit Cinterion IoT Developer Community
October 7, 2021 - 12:17pm, 855 views
Hi,
is there any way to check the ELS61 flash memory free space in java ?
In the java documentation it seems that it is only possible to check the available space, that always returns the allocated flash size (31 MB).
Thank you for your help.
Marco
Hello,
In the FileConnection interface you should find:
availableSize()
totalSize()
usedSize()
BR,
Bartłomiej
Hello Bartlomiej,
thank you very much for your answer.
BR
Marco