websGetIpaddr GoAhead WebServer API GoAhead EMF

Synopsis

Define the IP address for the web server

Prototype

#include "webs.h" 

char_t *websGetIpaddr();

Parameters

None

Description

The websGetIpaddr procedure returns the IP address for the web server.

Return Value

None

Example

websWrite(wp, "IP address 
is  %s",
websGetIpaddr(ipaddr));

See Also

websGetHost, websSetHost, websSetIpaddr