NCDGetCurrentIpConfig

Syntax

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

Description

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.

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

NCDSetIpConfig

Revision History

2007/08/01 Standardized terminology.
2006/08/14 Initial version.


CONFIDENTIAL