1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<TITLE>NCDIpConfig</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NCDIpConfig</H1>
11
12<H2>C Specification</H2>
13<DL>
14  <DD><PRE><CODE>#include &lt;revolution/ncd.h&gt;</CODE></PRE>
15  <DD><PRE><CODE>/* the TCP/IP-specific settings structure */
16typedef struct NCDIpConfig
17{
18    BOOL        useDhcp;
19    BOOL        useProxy;
20
21    <A href="NCDIpProfile.html">NCDIpProfile</A>        ip;
22    <A href="NCDIpProfile.html">NCDIpAdjustProfile</A>  adjust;
23    <A href="NCDProxyProfile.html">NCDProxyProfile</A>     proxy;
24
25} NCDIpConfig;
26</CODE></PRE>
27</DL>
28
29<H2>Description</H2>
30<P>
31The structure storing the settings specific to TCP/IP.
32</P>
33<P>
34Sets whether DHCP is used and whether a proxy is used for HTTP connections. If DHCP is not to be used, the IP address information must be set in <CODE>ip</CODE>. In addition, if a proxy is to be used, the appropriate proxy settings must be set in <CODE>proxy</CODE>.
35</P>
36
37<H2>See Also</H2>
38<P>
39None.
40</P>
41
42<H2>Revision History</H2>
43<P>2006/08/09 Initial version.</P>
44
45<hr><p>CONFIDENTIAL</p></body>
46</HTML>