1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>NANDCommandBlock</title>
9</head>
10
11<body>
12
13<h1>NANDCommandBlock</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/nand.h&gt;
18
19typedef struct NANDCommandBlock
20{
21    ...
22} NANDCommandBlock;
23</pre>
24(The structure members are not listed here since they might be changed in a future version. For more information, see <code>nand.h</code>. Avoid accessing these members directly. Doing so can lead to system instability.)
25</dd></dl>
26
27<H2>Description</H2>
28<p>
29The <CODE>NANDCommandBlock</CODE> structure is used to process asynchronous function requests in the NAND library.
30</p>
31
32<h2>See Also</h2>
33<p class="reference">
34<a href="./NANDCreateAsync.html">NANDCreateAsync</a>,
35<a href="./NANDOpenAsync.html">NANDOpenAsync</a>,
36<a href="./NANDCloseAsync.html">NANDCloseAsync</a>,
37<a href="./NANDReadAsync.html">NANDReadAsync</a>,
38<a href="./NANDWriteAsync.html">NANDWriteAsync</a>,
39<a href="./NANDSeekAsync.html">NANDSeekAsync</a>,
40<a href="./NANDReadDirAsync.html">NANDReadDirAsync</a>,
41<a href="./NANDCreateDirAsync.html">NANDCreateDirAsync</a>,
42<a href="./NANDDeleteAsync.html">NANDDeleteAsync</a>,
43<a href="./NANDMoveAsync.html">NANDMoveAsync</a>,
44<a href="./NANDGetStatusAsync.html">NANDGetStatusAsync</a>,
45<a href="./NANDSetStatusAsync.html">NANDSetStatusAsync</a>,
46<a href="./NANDFreeBlocksAsync.html">NANDFreeBlocksAsync</a>,
47<a href="./NANDSetUserData.html">NANDSetUserData</a>,
48<a href="./NANDGetUserData.html">NANDGetUserData</a>
49</p>
50
51<H2>Revision History</H2>
52<p>
532006/06/16 Initial version.<BR>
54</p>
55
56<hr><p>CONFIDENTIAL</p></body>
57</html>
58