?? websgetipaddr.htm
字號:
<html>
<head>
<title>websGetIpaddr -- GoAhead WebServer API</title>
<link rel="stylesheet" href="../../style/doc.htm" type="text/css">
</head>
<body>
<TABLE border=0 width=100% cellspacing=0 cellpadding=0>
<TR>
<TD class=title-left><b>websGetIpaddr</b></TD>
<TD class=title-center><b> GoAhead WebServer API</b></TD>
<TD class=title-right><B> GoAhead EMF</B></TD>
</TR>
</TABLE>
<HR>
<h2>Synopsis</h2>
<p>Define the IP address for the web server</p>
<h2>Prototype</h2>
<pre>
#include "webs.h"
char_t *<b>websGetIpaddr</b>();
</pre>
<h2>Parameters</h2>
<p><table width=90%>
<TR>
<TD width=40>None
<TD> </TD> </TR></table></p>
<h2>Description</h2>
<P>
The websGetIpaddr procedure returns the IP address for the
web server.</P>
<h2>Return Value</h2>
<p> None</p>
<h2>Example</h2>
<pre>
websWrite(wp, "IP address
is %s",
websGetIpaddr(ipaddr));
</pre>
<h2>See Also</h2>
<p>
<A href="websGetHost.htm">websGetHost</A>,
<A href="websSetHost.htm">websSetHost</A>,
<A href="websSetIpaddr.htm">websSetIpaddr</A>
</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -