1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4 5<HEAD> 6<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8 <BASE target="main"> 9 10<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 11 12<TITLE>MPDS API Function List</TITLE> 13</HEAD> 14 15<H1>MPDS API Function List</H1> 16<H3><A href="intro.html">MPDS API Introduction</a></H3> 17<H3><A href="./sampledemos/demos.html">MPDS Sample Demos</a></H3> 18<H2><A name="Init">Initialization</A></H2> 19<TABLE border="1"> 20 <TBODY> 21 <TR> 22<TD><A href="./MPDSInit.html"><code>MPDSInit</code></A></TD> 23<TD>Initializes and starts MPDS communications.</TD> 24 </TR> 25 </TBODY> 26</TABLE> 27 28<H2><A name="Config">Communications Settings</A></H2> 29<TABLE border="1"> 30 <TBODY> 31 <TR> 32<TD><A href="./MPDSSetupPortConfig.html"><code>MPDSSetupPortConfig</code></A></TD> 33<TD>This function performs the DataSharing port settings for <CODE>MPConfig</CODE>.</TD> 34 </TR> 35 </TBODY> 36</TABLE> 37 38<H2><A name="MPDS">Sending and Receiving Data</A></H2> 39<TABLE border="1"> 40 <TBODY> 41 <TR> 42<TD><A href="./MPDSStep.html"><code>MPDSStep</code></A></TD> 43<TD>Advances the sharing of data using DataSharing.</TD> 44 </TR> 45 <TR> 46<TD><A href="./MPDSStep.html"><code>MPDSTryStep</code></A></TD> 47<TD>Advances the sharing of data using DataSharing when it is possible.</TD> 48 </TR> 49 <TR> 50<TD><A href="./MPDSGetData.html"><code>MPDSGetData</code></A></TD> 51<TD>Gets the data for the specified AID from within the shared data.</TD> 52 </TR> 53 </TBODY> 54</TABLE> 55 56<H2><A name="Types">Types and Structures</A></H2> 57<TABLE border="1"> 58 <TBODY> 59 <TR> 60<TD><A href="./MPDSConfig.html"><code>MPDSConfig</code></A></TD> 61<TD>Structure for storing the DataSharing configuration information.</TD> 62 </TR> 63 <TR> 64<TD><A href="./MPDSContext.html"><code>MPDSContext</code></A></TD> 65<TD>This structure is for saving the DataSharing status information.</TD> 66 </TR> 67 <TR> 68<TD><A href="./MPDSDataSet.html"><code>MPDSDataSet</code></A></TD> 69<TD>This structure is for saving a single amount of shared data.</TD> 70 </TR> 71 </TBODY> 72</TABLE> 73 74<P><BR> <BR> 75</P> 76<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table> 77<hr><p>CONFIDENTIAL</p></body> 78</HTML> 79