RSeries astromech firmware
WUploader Class Reference

#include <wifi/WifiWebServer.h>

Public Attributes

WUploadStatus status
 
String filename
 
String name
 
String type
 
String queryString
 
size_t fileSize
 
size_t receivedSize
 
size_t currentSize
 
uint8_t buf [HTTP_UPLOAD_BUFLEN+1]
 

Member Data Documentation

◆ buf

uint8_t WUploader::buf[HTTP_UPLOAD_BUFLEN+1]

◆ currentSize

size_t WUploader::currentSize

◆ filename

String WUploader::filename

◆ fileSize

size_t WUploader::fileSize

◆ name

String WUploader::name

◆ queryString

String WUploader::queryString

◆ receivedSize

size_t WUploader::receivedSize

◆ status

WUploadStatus WUploader::status

◆ type

String WUploader::type

The documentation for this class was generated from the following file: