1<html> 2 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 6 7<title>MPFSPortCallback</title> 8</head> 9 10<body> 11<h1>MPFSPortCallback</h1> 12 13<h2>C Specification</h2> 14<p> 15<dl> 16 <dd><pre><code>#include <revolution/mpfs.h></code></pre> 17 </dd> 18 <dd><pre><code>void MPFSPortCallback( s32 type, MPPortCallbackInfo* info );</code> 19 </dd> 20</dl> 21</p> 22 23<h2>Arguments</h2> 24<p><font color="gray">It is not necessary for the application to call this function directly.</font></p> 25 26<h2>Return Values</h2> 27 28<p><font color="gray">It is not necessary for the application to call this function directly.</font></p> 29 30<h2>Description</h2> 31 32<p>This function is the MP communications port callback function for operating the MPFS library.<br /> 33This callback must be configured in advance by the application for one of the ports in the <a href="../mp/MPStartup.html"><CODE>MPConfig</CODE></a> structure specified by the <a href="../mp/MPConfig.html"><CODE>MPStartup</CODE>()</a> function call. 34</p> 35 36<h2>See Also</h2> 37<p> 38<code><a href="../mp/MPStartup.html">MPStartup</a></code>, 39<code><a href="../mp/MPConfig.html">MPConfig</a></code> 40</p> 41 42<h2>Revision History</h2> 43 44<p>2007/02/09 Initial version.</p> 45 46<hr><p>CONFIDENTIAL</p></body> 47</html>