DWCNasLoginState

Definitions


#include <dwc.h>

typedef enum {
	DWC_NASLOGIN_STATE_DIRTY	= 0,
	DWC_NASLOGIN_STATE_IDLE,// Currently not used
	DWC_NASLOGIN_STATE_HTTP,
	DWC_NASLOGIN_STATE_SUCCESS,
	DWC_NASLOGIN_STATE_ERROR,
	DWC_NASLOGIN_STATE_CANCELED,
	DWC_NASLOGIN_STATE_MAX
} DWCNasLoginState;
				

Description

This is an enumeration type that displays the status of the authentication process of Nintendo Authentication Server.

DWC_NASLOGIN_STATE_DIRTY The authentication process has not been initialized.
DWC_NASLOGIN_STATE_IDLE The authentication process has not started. This is a wait state. Currently not used.
DWC_NASLOGIN_STATE_HTTP The HTTP network communications for the authentication process are running.
DWC_NASLOGIN_STATE_SUCCESS The authentication process was successful.
DWC_NASLOGIN_STATE_ERROR The authentication process failed.
DWC_NASLOGIN_STATE_CANCELED The authentication process was cancelled.

See Also

None.

Revision History

2006/12/29 Added note that DWC_NASLOGIN_STATE_IDLE is no longer used
2006/03/27 Changed type and variable names
2006/03/23 Initial version


CONFIDENTIAL