1<html> 2 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>CARDGetFastMode</title> 9</head> 10 11<body> 12 13<h1>CARDGetFastMode</h1> 14 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><code>#include <revolution/card.h> 20 21</code>BOOL CARDGetFastMode ( void );</pre> 22 </dd> 23</dl> 24<h2>Arguments</h2> 25 26<p>None.</p> 27 28<h2>Return Values</h2> 29 30<table border="1" cellpadding="3" cellspacing="0"> 31 <tr> 32<td width="120"><code>TRUE</code></td> 33<td width="520">Fast mode</td> 34 </tr> 35 <tr> 36<td width="120"><code>FALSE</code></td> 37<td width="520">Normal mode</td> 38 </tr> 39</table> 40<h2>Description</h2> 41<P>Gets the fast mode of the current Memory Card. To find out the mode of a Memory Card that is inserted in a Memory Card slot, call the <code><a href="CARDGetCurrentMode.html">CARDGetCurrentMode</a></code> function.</P> 42<P><strong>Note:</strong> If the fast operation mode is enabled, Memory Card 1019 can be programmed (written to) much faster than Memory Card 59 and Memory Card 251. By default, the fast operation mode is disabled for backward compatibility.</P> 43 44<h2>See Also</h2> 45 46<p><a target="contents" href="card.html">Memory Card Functions</a>, <br> <code><a href="CARDGetCurrentMode.html">CARDGetCurrentMode</a></code>, <code><a href="CARDSetFastMode.html">CARDSetFastMode</a></code></p> 47<H2>Revision History</H2> 48<P>03/01/2006 Initial version.</P> 49</body> 50</html>