Abstract SD File Layer. Use the setFileDriver() method to define the actually set concrete implementation. We also provide a simple way to register and check file pointers. More...
#include <ArduinoStdio.hh>
Protected Member Functions | |
bool | addFile (void *fp) |
registered the valid file pointer in an array | |
bool | deleteFile (void *fp) |
removes the file pointer from the array of valid files | |
bool | checkFile (void *fp) |
checks if the file pointer is valid | |
Protected Attributes | |
void * | files [LIVE555_MAX_FILES] = {} |
Abstract SD File Layer. Use the setFileDriver() method to define the actually set concrete implementation. We also provide a simple way to register and check file pointers.