A memory file is a file stored in RAM rather than on the SD card. More...
#include <ev3api_fs.h>
Data Fields | |
| void * | buffer |
| Pointer of the buffer where this file is stored. NULL means a invalid memory file. | |
| uint32_t | filesz |
| Actual size of this file. | |
| uint32_t | buffersz |
| Maximum size of the buffer to store this file. | |
A memory file is a file stored in RAM rather than on the SD card.