![]() |
WiConnect Host Library- API Reference Guide | ||
The provides an interface for creating TCP/UDP/TLS/HTTP client sockets. A client socket connects to a remote server. More...
#include <FileInterface.h>
Inherited by wiconnect::Wiconnect.
Public Member Functions | |
| WiconnectResult | createFile (const ReaderFunc &reader, void *user, const char *name, uint32_t size, uint32_t version=0, FileType type=FILE_TYPE_ANY, bool isEssential=false, int32_t checksum=-1) |
| Create a file on the Wiconnect WiFi module filesystem. More... | |
| WiconnectResult | openFile (WiconnectFile &file, const char *name) |
| Open a file on the Wiconnect WiFi module filesystem for reading. More... | |
| WiconnectResult | deleteFile (const char *name) |
| Delete a file for the Wiconnect WiFi module filesystem. More... | |
| WiconnectResult | deleteFile (const WiconnectFile &file) |
| Delete a file for the Wiconnect WiFi module filesystem. More... | |
| WiconnectResult | listFiles (FileList &list, const char *name=NULL, FileType type=FILE_TYPE_ANY, uint32_t version=0) |
| List the files on the Wiconnect WiFi module filesystem. More... | |
Static Public Member Functions | |
| static const char * | fileVersionIntToStr (uint32_t version, bool verbose=true, char *buffer=NULL) |
| Convert file version uint32 to string. | |
| static bool | fileVersionStrToInt (const char *versionStr, uint32_t *versionIntPtr) |
| Convert string to file version uint32. | |
| static const char * | fileTypeToStr (FileType type) |
| static const char * | fileFlagsToStr (FileFlags flags, char *buffer=NULL) |
| Convert FileFlags to string. | |
The provides an interface for creating TCP/UDP/TLS/HTTP client sockets. A client socket connects to a remote server.
Definition at line 68 of file FileInterface.h.