Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
ExFatPos_t Struct Reference

Internal type for file position - do not use in user apps. More...

#include <ExFatFile.h>

Public Attributes

uint64_t position
 
uint32_t cluster
 

Detailed Description

Internal type for file position - do not use in user apps.

Member Data Documentation

◆ cluster

uint32_t ExFatPos_t::cluster

cluster for position

◆ position

uint64_t ExFatPos_t::position

stream position


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