File storage on microcontroller filesystem.
More...
#include <fs.hpp>
|
bool | open (const char *path) |
|
int | read (const char *filename, uint8_t *buffer, size_t count) |
|
bool | write (const char *filename, const uint8_t *buffer, size_t count) |
|
bool | unlink (const char *filename) |
|
File storage on microcontroller filesystem.
◆ open()
bool esp8266ndn::ndnph_port::FileStore::open |
( |
const char * |
path | ) |
|
◆ read()
int esp8266ndn::ndnph_port::FileStore::read |
( |
const char * |
filename, |
|
|
uint8_t * |
buffer, |
|
|
size_t |
count |
|
) |
| |
◆ unlink()
bool esp8266ndn::ndnph_port::FileStore::unlink |
( |
const char * |
filename | ) |
|
◆ write()
bool esp8266ndn::ndnph_port::FileStore::write |
( |
const char * |
filename, |
|
|
const uint8_t * |
buffer, |
|
|
size_t |
count |
|
) |
| |
The documentation for this class was generated from the following file:
- /home/runner/work/esp8266ndn/esp8266ndn/src/port/fs.hpp