EV3RT C API Reference [English]
An RTOS-based development platform for LEGO Mindstorms EV3.
 All Data Structures Functions Variables Enumerations Enumerator Groups
memfile_t Struct Reference

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.
 

Detailed Description

A memory file is a file stored in RAM rather than on the SD card.


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