#include <revolution/ncd.h>
s32 NCDGetCurrentIpConfig( NCDIpConfig* ipconfig );
Gets the TCP/IP-specific settings currently in use. Network settings saved in the Wii console NAND memory are not read directly; instead, settings values in the memory managed by the NCD library are read.
ipconfig |
A pointer to the TCP/IP-specific settings structure. |
0 indicates a success; a negative value a failure. For the meaning of negative values, see NCD API Error Values.
2007/08/01 Standardized terminology.
2006/08/14 Initial version.
CONFIDENTIAL