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>NCDWiredProfile</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NCDWiredProfile</H1>
11
12<H2>C Specification</H2>
13<DL>
14  <DD><PRE><CODE>#include &lt;revolution/ncd.h&gt;</CODE></PRE>
15  <DD><PRE>/* the wired profile structure */
16typedef struct NCDWiredProfile
17{
18    u8      reserved[ 4 ];
19
20} ATTRIBUTE_PACKED NCDWiredProfile;
21</CODE></PRE>
22</DL>
23
24<H2>Description</H2>
25<P>
26This structure stores network settings when using a wired connection.<BR>There are no valid settings.
27</P>
28
29<H2>See Also</H2>
30<P>
31None.
32</P>
33
34<H2>Revision History</H2>
35<P>
362006/08/14 Deleted linkType from members.<BR> 2006/08/09 Initial version.
37</P>
38
39<hr><p>CONFIDENTIAL</p></body>
40</HTML>