uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fs.h File Reference
#include "lwip/opt.h"

Go to the source code of this file.

Classes

struct  webfs_file
 

Functions

void webfs_init (const u8_t *prefix)
 
struct webfs_filewebfs_open (const char *name)
 
void webfs_close (struct webfs_file *file)
 
int webfs_read (struct webfs_file *file, char *buffer, int count)
 
int webfs_bytes_left (struct webfs_file *file)
 

Function Documentation

int webfs_bytes_left ( struct webfs_file file)

Definition at line 151 of file fs.c.

void webfs_close ( struct webfs_file file)

Definition at line 126 of file fs.c.

void webfs_init ( const u8_t prefix)

Definition at line 156 of file fs.c.

struct webfs_file* webfs_open ( const char *  name)

Definition at line 107 of file fs.c.

int webfs_read ( struct webfs_file file,
char *  buffer,
int  count 
)

Definition at line 132 of file fs.c.