websSetIpaddr | GoAhead WebServer API | GoAhead EMF |
Define the IP address for the web server
#include "webs.h" void websSetIpaddr(char_t *ipaddr);
ipaddr | IP address for the server running the web server |
The websSetIpaddr procedure defines the IP address for the web server.
If you are using the GoAhead WebServer, you should call this procedure in your main.c. If you are using the GoAhead EMF, it will be called automatically for you. browser.
None
ipaddr = getIpaddr(); websSetIpaddr(ipaddr);