An example demonstrating SSDP Discovery and a companion Web Server.

Dependencies:   mbed mbed-rtos Watchdog SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WebPages.h Source File

WebPages.h

00001 
00002 #ifndef WEBPAGES_H
00003 #define WEBPAGES_H
00004 
00005 #include "SW_HTTPServer.h"
00006 
00007 
00008 HTTPServer::CallBackResults Setup_xml(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
00009                        const HTTPServer::namevalue *queryParams, int queryParamCount);
00010                        
00011 HTTPServer::CallBackResults RootPage(HTTPServer *svr, HTTPServer::CallBackType type, char * path,
00012                        const HTTPServer::namevalue *queryParams, int queryParamCount);
00013                        
00014 #endif // WEBPAGES_H