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
FsApiConstants.h File Reference

Go to the source code of this file.

Typedefs

typedef int oflag_t
 

Functions

bool isWriteMode (oflag_t oflag)
 

Variables

const uint8_t LS_A = 1
 
const uint8_t LS_DATE = 2
 
const uint8_t LS_SIZE = 4
 
const uint8_t LS_R = 8
 
const uint8_t T_ACCESS = 1
 
const uint8_t T_CREATE = 2
 
const uint8_t T_WRITE = 4
 

Typedef Documentation

◆ oflag_t

typedef uint8_t oflag_t

Function Documentation

◆ isWriteMode()

bool isWriteMode ( oflag_t  oflag)
inline

Variable Documentation

◆ LS_A

const uint8_t LS_A = 1

ls() flag for list all files including hidden.

◆ LS_DATE

const uint8_t LS_DATE = 2

ls() flag to print modify. date

◆ LS_R

const uint8_t LS_R = 8

ls() flag for recursive list of subdirectories

◆ LS_SIZE

const uint8_t LS_SIZE = 4

ls() flag to print file size.

◆ T_ACCESS

const uint8_t T_ACCESS = 1

set the file's last access date

◆ T_CREATE

const uint8_t T_CREATE = 2

set the file's creation date and time

◆ T_WRITE

const uint8_t T_WRITE = 4

Set the file's write date and time