NCDSetIpConfig

C Specification

#include <revolution/ncd.h>
s32     NCDSetIpConfig( const NCDIpConfig* ipconfig );

Description

Changes TCP/IP-related settings. These temporary changes are not reflected in the network settings saved in the Wii console NAND memory.

This function is designed for developmental purposes and must not be used in retail products. Make sure there this function is not linked in the commercial version of the ROM.

Arguments

ipconfig Pointer to the structure storing TCP/IP-related settings.

Return Values

Returns 0 if successful; otherwise, returns a negative value. See NCD API Error Values for the meanings of negative values.

See Also

NCDGetCurrentIpConfig

Revision History

2007/08/01 Standardized terminology.
2007/06/21 Noted that this function is for development use.
2006/08/14 Added 'See Also.'
2006/08/09 Initial version.


CONFIDENTIAL