STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
LwIP_HTTP_Server_Netconn_RTOS
inc
httpserver-netconn.h
Go to the documentation of this file.
1
#ifndef __HTTPSERVER_NETCONN_H__
2
#define __HTTPSERVER_NETCONN_H__
3
4
#include "
lwip/api.h
"
5
void
http_server_netconn_init
(
void
);
6
void
DynWebPage
(
struct
netconn *conn);
7
8
#endif
/* __HTTPSERVER_NETCONN_H__ */
api.h
DynWebPage
void DynWebPage(struct netconn *conn)
Create and send a dynamic Web Page. This page contains the list of running tasks and the number of pa...
Definition:
httpserver-netconn.c:307
http_server_netconn_init
void http_server_netconn_init(void)
Initialize the HTTP server (start its thread)
Definition:
httpserver-netconn.c:296
Generated by
1.8.11