#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
12/16/2005 Revised the function description.
11/01/2005 Initial version.