Select one of the symbols to view example projects that use it.
 
Outline
#define __HTTPSERVER_NETCONN_H__
#include "lwip/api.h"
http_server_netconn_init();
DynWebPage(struct netconn *);
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIP_HTTP_Server_Netconn_RTOSInc/httpserver-netconn.h
 
1
2
3
4
5
6
7
8
9
 
 
 
 
 
 
 
 
 
#ifndef __HTTPSERVER_NETCONN_H__ #define __HTTPSERVER_NETCONN_H__ #include "lwip/api.h" void http_server_netconn_init(void); void DynWebPage(struct netconn *conn); /* ... */ #endif /* __HTTPSERVER_NETCONN_H__ */