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
DirStream_t Struct Reference

#include <FsStructs.h>

Public Attributes

uint8_t type
uint8_t flags
uint8_t reserved1
uint8_t nameLength
uint8_t nameHash [2]
uint8_t reserved2 [2]
uint8_t validLength [8]
uint8_t reserved3 [4]
uint8_t firstCluster [4]
uint8_t dataLength [8]

Member Data Documentation

◆ dataLength

uint8_t DirStream_t::dataLength[8]

◆ firstCluster

uint8_t DirStream_t::firstCluster[4]

◆ flags

uint8_t DirStream_t::flags

◆ nameHash

uint8_t DirStream_t::nameHash[2]

◆ nameLength

uint8_t DirStream_t::nameLength

◆ reserved1

uint8_t DirStream_t::reserved1

◆ reserved2

uint8_t DirStream_t::reserved2[2]

◆ reserved3

uint8_t DirStream_t::reserved3[4]

◆ type

uint8_t DirStream_t::type

◆ validLength

uint8_t DirStream_t::validLength[8]

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