libdragon
Data Fields
fs_handle_t Struct Reference

Filesystem open handle structure. More...

Data Fields

int fs_mapping
 Index into filesystems.
void * handle
 The handle assigned to this open file as returned by the filesystem code called to handle the open operation. Will be passed to all subsequent file operations on the file.
int fileno
 The handle assigned by the filesystem code that will be returned to newlib. All subsequent newlib calls will use this handle which will be used to look up the internal reference.

Detailed Description

Filesystem open handle structure.

This is used to look up the correct filesystem function to call when working with an open file handle


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines