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>MPDisconnect</title> 8</head> 9 10<body> 11<h1>MPDisconnect</h1> 12 13<h2>C Specification</h2> 14<p> 15<dl> 16 <dd><pre><code>#include <revolution/mp.h></code></pre> 17 </dd> 18 <dd><pre><code>s32 MPDisconnect ( u32 <i><b>aid</b></i> );</code></pre> 19 </dd> 20</dl> 21</p> 22 23<h2>Arguments</h2> 24<p> 25<table border="1"> 26 <tr> 27<td valign="top" width="120" bgcolor="#ffffe8"><code><strong><em>aid</em></strong></code></td> 28<td width="520">The AID of the child device to be disconnected</td> 29 </tr> 30</table> 31</p> 32 33<h2>Return Values</h2> 34 35<P>Returns the processing results or a negative number if processing fails.</P> 36 37<h2>Description</h2> 38 39<p>Disconnects the child device with the specified AID.</p> 40 41<h2>See Also</h2> 42<p> 43<code><a href="./MPDisconnectAll.html">MPDisconnectAll()</a></code>, <code><a href="./MPError.html">MPError</a></code> 44</p> 45 46<h2>Revision History</h2> 47 48<p> 492006/09/04 Added <code>MPDisconnectAll</code> to See Also.<br>2006/06/29 Initial version. 50</p> 51 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54