NCDIsInterfaceDecided

Syntax

#include <revolution/ncd.h>
BOOL    NCDIsInterfaceDecided( void );

Description

Investigates whether the network interface is established and ready for communications in the NCD automatic state transition.

Arguments

None.

Return Values

Returns TRUE when the network interface is established. Returns FALSE either when the network interface is not established or when the process fails.
In particular, be aware that if the interface is configured for wireless, FALSE will be returned until the configured access point is discovered.

If this function returns FALSE, do not assume that communications are impossible and prevent network features such as Nintendo Wi-Fi Connection from being used. Instead, use an SO function to attempt a connection to the network device, and determine if communications are actually possible.
As described above, FALSE will even be returned during a search for an access point, so this function's return value cannot be used to determine if communications are possible.

See Also

NCDSetIfConfig

Revision History

2008/01/18 Added a note.
2006/08/09 Initial version.


CONFIDENTIAL