_SD_File Struct Reference

A structure that translates a file object to a C-compatible struct. More...

Collaboration diagram for _SD_File:

Public Attributes

File f
 
int8_t eof
 

Detailed Description

A structure that translates a file object to a C-compatible struct.

Definition at line 47 of file sd_stdio_c_iface.cpp.

Member Data Documentation

int8_t _SD_File::eof

A position telling us where the end of the file currently is.

Definition at line 49 of file sd_stdio_c_iface.cpp.

File _SD_File::f

The Arduino SD File object we to use.

Definition at line 48 of file sd_stdio_c_iface.cpp.


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