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

Enumeration type that displays the status of authentication process of the Nintendo Authentication Server.

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

See Also

None.

Revision History

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


CONFIDENTIAL