SynopsisDefine the IP address for the web server. Prototype#include "webs.h" void websSetIpaddr(char_t *ipaddr); Parameters
DescriptionThe 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. Return ValueNone Exampleipaddr = getIpaddr(); websSetIpaddr(ipaddr); Stability ClassificationStable. See Also |