DWC_TestInetProcess

Syntax

#include <dwc.h>
DWCTestInetResult DWC_TestInetProcess(void);

Arguments

None.

Return Values

DWC_TESTINET_NOT_INITIALIZED The DWC_TestInetAsync function has not been called.
DWC_TESTINET_OPERATING The communication process is currently running.
DWC_TESTINET_CONNECTED Connection to the Internet has been confirmed.
DWC_TESTINET_DISCONNECTED The state of not being connected to the Internet has been confirmed. Display the error code according to the
DWC_GetLastErrorEx's result, and handle the error accordingly.

Description

Runs the communication process used to perform the Internet connection test, then gets the test results.

After DWC_TestInetAsync is called, call this function roughly once per game frame for as long as this function continues to return DWC_TESTINET_OPERATING.

See Also

DWC_TestInetAsync

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL