1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<title>Connection Tests - Constants</title> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</head> 10 11<body> 12 13<h1 align="left">Connection Tests - Constants</h1> 14<H2>Definition</H2> 15<DL> 16 <DD> 17 <PRE><CODE> 18#include <dwc.h> 19 20 21enum DWCTestInetResult { 22 DWC_TESTINET_SUCCEEDED 23 DWC_TESTINET_FAILED 24 DWC_TESTINET_FAILED_TIMEOUT 25 DWC_TESTINET_FAILED_DNS 26 DWC_TESTINET_FAILED_CONNECT 27 DWC_TESTINET_FAILED_INVALIDRESPONSE 28 DWC_TESTINET_FAILED_PROXY_DNS 29 DWC_TESTINET_FAILED_PROXY_CONNECT 30 DWC_TESTINET_FAILED_UNKNOWN 31}; 32 33 </CODE></PRE> 34 </DD> 35</DL> 36 37<TABLE border="1"> 38 <TBODY> 39 40 </TBODY> 41</TABLE> 42 43<a name="dwc__conntest_8h_19b2a4f07ca42debd525043023f96c8e2"></a> 44<H2><A name="TAG_ENUM_1">Enumeration Type that Indicates Connection Test Results</A></H2> 45<TABLE border="1"> 46 <TBODY> 47 48 <TR> 49 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_SUCCEEDED</CODE></STRONG></EM></TD> 50 <TD>Connection to the Internet has been confirmed.</TD> 51 </TR> 52 53 <TR> 54 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED</CODE></STRONG></EM></TD> 55 <TD>Connection test could not be performed.</TD> 56 </TR> 57 58 <TR> 59 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_TIMEOUT</CODE></STRONG></EM></TD> 60 <TD>Connection test failed (timeout error).</TD> 61 </TR> 62 63 <TR> 64 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_DNS</CODE></STRONG></EM></TD> 65 <TD>Connection test failed (DNS retrieval error).</TD> 66 </TR> 67 68 <TR> 69 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_CONNECT</CODE></STRONG></EM></TD> 70 <TD>Connection test failed (error in communicating with the connection test server).</TD> 71 </TR> 72 73 <TR> 74 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_INVALIDRESPONSE</CODE></STRONG></EM></TD> 75 <TD>Connection test failed (invalid response).</TD> 76 </TR> 77 78 <TR> 79 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_PROXY_DNS</CODE></STRONG></EM></TD> 80 <TD>Connection test failed (DNS retrieval error at the proxy server).</TD> 81 </TR> 82 83 <TR> 84 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_PROXY_CONNECT</CODE></STRONG></EM></TD> 85 <TD>Connection test failed (error in communicating with the connection test server via the proxy server).</TD> 86 </TR> 87 88 <TR> 89 <TD width="25%"><EM><STRONG><CODE>DWC_TESTINET_FAILED_UNKNOWN</CODE></STRONG></EM></TD> 90 <TD>Connection test failed (unknown error).</TD> 91 </TR> 92 93 </TBODY> 94</TABLE> 95 96<hr><p>CONFIDENTIAL</p></body> 97</html> 98