Some quick code to use UDP-only (no TCP) with mBed. Echos received packets and sends packets when a button is pressed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

HTTPFileSystemData Class Reference

HTTPFileSystemData Class Reference

This class will store the data which are required for an request. More...

#include <HTTPFS.h>


Detailed Description

This class will store the data which are required for an request.

We are not in every case able to return all data at once, that means we have to store the actual level of transmission.

Definition at line 16 of file HTTPFS.h.