1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<BASE target="main"> 8<TITLE>Chance Encounter Communication Library (WXC) API Function List </TITLE> 9<LINK rel="stylesheet" href="../css/apilist.css"> 10</HEAD> 11<BODY> 12<H1>Chance Encounter Communication Library (WXC) API Function List </H1> 13<H3><A name="common">Common</A></H3> 14<TABLE border="1" width="100%"> 15 <TBODY> 16 <TR> 17<TH width="25%"><A href="common/WXC_Init.html" target="_self">WXC_Init</A></TH> 18 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 19<TD>Initializes the WXC library. </TD> 20 </TR> 21 <TR> 22<TH width="25%"><A href="common/WXC_Start.html" target="_self">WXC_Start</A></TH> 23 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 24<TD>Activates wireless inside the WXC library. </TD> 25 </TR> 26 <TR> 27<TH width="25%"><A href="common/WXC_Stop.html" target="_self">WXC_Stop</A></TH> 28 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 29<TD>Stops wireless inside the WXC library. </TD> 30 </TR> 31 <TR> 32<TH width="25%"><A href="common/WXC_End.html" target="_self">WXC_End</A></TH> 33 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 34<TD>Ends the WXC library.</TD> 35 </TR> 36 <TR> 37<TH width="25%"><A href="common/WXC_GetStateCode.html" target="_self">WXC_GetStateCode</A></TH> 38 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 39<TD>Gets the current internal state. </TD> 40 </TR> 41 <TR> 42<TH width="25%"><A href="common/WXC_IsParentMode.html" target="_self">WXC_IsParentMode</A></TH> 43 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 44<TD>Determines if the internal wireless state is currently in parent mode. </TD> 45 </TR> 46 <TR> 47<TH width="25%"><A href="common/WXC_GetParentParam.html" target="_self">WXC_GetParentParam</A></TH> 48 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 49<TD>References the WMParentParam structure in parent mode. </TD> 50 </TR> 51 <TR> 52<TH width="25%"><A href="common/WXC_GetParentBssDesc.html" target="_self">WXC_GetParentBssDesc</A></TH> 53 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 54<TD>References the WMBssDesc structure of the connection target in parent mode. </TD> 55 </TR> 56 <TR> 57<TH width="25%"><A href="common/WXC_SetParentParameter.html" target="_self">WXC_SetParentParameter</A></TH> 58 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 59<TD>Sets the parent mode communication parameters for wireless. </TD> 60 </TR> 61 <TR> 62<TH width="25%"><A href="common/WXC_SetChildMode.html" target="_self">WXC_SetChildMode</A></TH> 63 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 64<TD>Sets the internal wireless so that it can only be in child mode. </TD> 65 </TR> 66 <TR> 67<TH width="25%"><A href="common/WXC_RegisterCommonData.html" target="_self">WXC_RegisterCommonData</A></TH> 68 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 69<TD>Registers data blocks that should be exchanged.</TD> 70 </TR> 71 <TR> 72<TH width="25%"><A href="common/WXC_SetInitialData.html" target="_self">WXC_SetInitialData</A></TH> 73 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 74<TD>Sets the send and receive data block used in the initial data exchange. </TD> 75 </TR> 76 <TR> 77<TH width="25%"><A href="common/WXC_AddData.html" target="_self">WXC_AddData</A></TH> 78 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 79<TD>Adds data block for continuing data exchange. </TD> 80 </TR> 81 <TR> 82<TH width="25%"><A href="common/WXC_UnregisterData.html" target="_self">WXC_UnregisterData</A></TH> 83 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 84<TD>Releases the registered data block from the library. </TD> 85 </TR> 86 <TR> 87<TH width="25%"><A href="common/WXC_GetUserBitmap.html" target="_self">WXC_GetUserBitmap</A></TH> 88 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 89<TD>Obtains the status of currently-connected users as a bitmap. </TD> 90 </TR> 91 <TR> 92<TH width="25%"><A href="common/WXC_GetCurrentGgid.html" target="_self">WXC_GetCurrentGgid</A></TH> 93 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 94<TD>Gets the GGID that is selected in the current connection. </TD> 95 </TR> 96 <TR> 97<TH width="25%"><A href="common/WXC_GetOwnAid.html" target="_self">WXC_GetOwnAid</A></TH> 98 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 99<TD>Gets the its own AID in the current connection. </TD> 100 </TR> 101 <TR> 102<TH width="25%"><A href="common/WXC_GetUserInfo.html" target="_self">WXC_GetUserInfo</A></TH> 103 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 104<TD>Obtains information about a currently-connected user. </TD> 105 </TR> 106 </TBODY> 107</TABLE> 108<H3><A name="const">Constants</A></H3> 109<TABLE border="1" width="100%"> 110 <TBODY> 111 <TR> 112<TH width="25%"><A href="wxc_consts.html" target="_self">WXC_WORK_SIZE</A></TH> 113 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 114<TD>Size of the work memory that is used inside the WXC library. </TD> 115 </TR> 116 <TR> 117<TH width="25%"><A href="wxc_consts.html" target="_self">WXC_PACKET_SIZE_MIN</A></TH> 118 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 119<TD>The minimum send size that can be specified with <A href="common/WXC_SetParentParameter.html">WXC_SetParentParameter</A> function. </TD> 120 </TR> 121 <TR> 122<TH width="25%"><A href="wxc_consts.html" target="_self">WXC_PACKET_SIZE_MAX</A></TH> 123 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 124<TD>The maximum send size that can be specified with <A href="common/WXC_SetParentParameter.html">WXC_SetParentParameter</A> function. </TD> 125 </TR> 126 <TR> 127<TH width="25%"><A href="wxc_consts.html" target="_self">WXC_REGISTER_DATA_MAX</A></TH> 128 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 129<TD>Maximum number of data blocks that can be registered with the <A href="common/WXC_RegisterCommonData.html">WXC_RegisterCommonData</A> function.</TD> 130 </TR> 131 <TR> 132<TH width="25%"><A href="wxc_consts.html" target="_self">WXC_MAX_DATA_SIZE</A></TH> 133 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 134<TD>Maximum send/receive data size that can be specified in the <A href="common/WXC_RegisterCommonData.html">WXC_RegisterCommonData</A> function.</TD> 135 </TR> 136 </TBODY> 137</TABLE> 138<H3><A name="struct">Types, Structures</A></H3> 139<TABLE border="1" width="100%"> 140 <TBODY> 141 <TR> 142<TH width="25%"><A href="WXCStateCode.html" target="_self">WXCStateCode</A></TH> 143 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 144<TD>Enumerated value that indicates internal states and notification events in the WXC library. </TD> 145 </TR> 146 <TR> 147<TH width="25%"><A href="WXCCallback.html" target="_self">WXCCallback</A></TH> 148 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 149<TD>Format for callback functions called from the WXC library. </TD> 150 </TR> 151 <TR> 152<TH width="25%"><A href="WXCBeaconFoundCallback.html" target="_self">WXCBeaconFoundCallback</A></TH> 153 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 154<TD>The callback argument structure that is passed with the <A href="WXCStateCode.html">WXC_STATE_BEACON_RECV</A> notification of system callback. </TD> 155 </TR> 156 <TR> 157<TH width="25%"><A href="WXCUserInfo.html" target="_self">WXCUserInfo</A></TH> 158 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 159<TD>The user information that the WXC library maintains for each AID. </TD> 160 </TR> 161 <TR> 162<TH width="25%"><A href="WXCBlockDataFormat.html" target="_self">WXCBlockDataFormat</A></TH> 163 <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD> 164<TD>Structure that shows the block data information used in WXC library callbacks etc. </TD> 165 </TR> 166 </TBODY> 167</TABLE> 168 169 170<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 171 172<hr><p>CONFIDENTIAL</p></body> 173</HTML>