1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<meta name="GENERATOR" content="Microsoft FrontPage 3.0"> 7<meta http-equiv="Content-Style-Type" content="text/css"> 8<base target="main"> 9<link rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 10<title><revolution/ncd.h></title> 11</head> 12 13<body> 14 15<h1>NCD Library API Function List</h1> 16<H2><A name="Info"><STRONG>Getting States</STRONG></A></H2> 17<table border="1"> 18 <tr> 19<td><a href="NCDHasEnabledNetworkConfig.html">NCDHasEnabledNetworkConfig</a></td> 20<td>Gets an indication of whether enabled network settings exist.</td> 21 </tr> 22 <tr> 23<td><a href="NCDIsInterfaceDecided.html">NCDIsInterfaceDecided</a></td> 24<td>Checks whether the network interface is ready.</td> 25 </tr> 26 <tr> 27<td><a href="NCDGetLinkStatus.html">NCDGetLinkStatus</a></td> 28<td>Checks the current state of NCD.</td> 29 </tr> 30 <tr> 31<td><a href="NCDGetCurrentIfConfig.html">NCDGetCurrentIfConfig</a></td> 32<td>Gets the current configuration of the network interface.</td> 33 </tr> 34 <tr> 35<td><a href="NCDGetCurrentIpConfig.html">NCDGetCurrentIpConfig</a></td> 36<td>Gets the current TCP/IP configuration.</td> 37 </tr> 38 39</table> 40 41<H2><A name="Temporary Configuration"><STRONG>Temporary Configuration</STRONG></A></H2> 42<table border="1"> 43 <tr> 44<td><a href="NCDSetIfConfig.html">NCDSetIfConfig</a></td> 45<td>Temporarily changes the network interface-related settings. </td> 46 </tr> 47 <tr> 48<td><a href="NCDSetIpConfig.html">NCDSetIpConfig</a></td> 49<td>Temporarily changes the TCP/IP configuration.</td> 50 </tr> 51 <tr> 52<td><a href="NCDRestoreConfig.html">NCDRestoreConfig</a></td> 53<td>Restores current network configuration to the configuration stored in the Wii console NAND memory.</td> 54 </tr> 55 56</table> 57 58<H2><A name="Network Configuration"><STRONG>Network Configuration Operations</STRONG></A></H2> 59<table border="1"> 60 <tr> 61<td><a href="NCDReadConfig.html">NCDReadConfig</a></td> 62<td>Reads network configuration from the Wii console NAND memory.</td> 63 </tr> 64 <tr> 65<td><a href="NCDWriteConfig.html">NCDWriteConfig</a></td> 66<td>Network settings are written to the Wii console NAND memory.</td> 67 </tr> 68 69</table> 70 71<H2><A name="Types"><STRONG>Types and Structures</STRONG></A></H2> 72<table border="1"> 73 <tr> 74<td><a href="./NCDResult.html">NCD API Error Values</a></td> 75<td>A list of the error values returned by many NCD APIs.</td> 76 </tr> 77 <tr> 78<td><a href="./NCDConfig.html">NCDConfig</a></td> 79<td>Structure used to store the entire network configuration.</td> 80 </tr> 81 <tr> 82<td><a href="./NCDIfConfig.html">NCDIfConfig</a></td> 83<td>Structure for storing the configuration of the network interface.</td> 84 </tr> 85 <tr> 86<td><a href="./NCDIpConfig.html">NCDIpConfig</a></td> 87<td>Structure for storing the TCP/IP configuration.</td> 88 </tr> 89 <tr> 90<td><a href="./NCDWiredProfile.html">NCDWiredProfile</a></td> 91<td>Internal structure for storing settings related to wired connections.</td> 92 </tr> 93 <tr> 94<td><a href="./NCDWirelessProfile.html">NCDWirelessProfile</a></td> 95<td>Internal structure for storing settings related to wireless connections.</td> 96 </tr> 97 <tr> 98<td><a href="./NCDIpProfile.html">NCDIpProfile</a></td> 99<td>Internal structure for storing detailed TCP/IP settings.</td> 100 </tr> 101 <tr> 102<td><a href="./NCDProxyProfile.html">NCDProxyProfile</a></td> 103<td>Internal structure for storing Proxy settings. </td> 104 </tr> 105 106</table> 107<hr><p>CONFIDENTIAL</p></body> 108</html> 109