#include <dwc.h>
typedef void (*DWCLoginCallback)(
DWCError error,
int profileID,
void *param );
This function is called when the connection to the Wi-Fi connection completes after DWC_LoginAsync has been called.
This callback function can be set using DWC_LoginAsync.
error |
DWC error type. For details, see DWC_GetLastErrorEx. |
profileID |
Profile ID of one's own GS that was obtained. |
param |
Parameter for the callback specified by DWC_LoginAsync. |
None.
DWC_LoginAsync, DWC_GetLastErrorEx
2005/12/16 Revised the function description.
2005/11/01 Initial version.
CONFIDENTIAL