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>C Specification</h2> 16<dl><dd> 17<pre><code> 18#include <revolution/nand.h> 19 20typedef struct NANDCommandBlock 21{ 22 ... 23} NANDCommandBlock; 24</code></pre> 25(The structure members are not listed here since they might be changed in the future version. For more information, see <code>nand.h</code>. Avoid accessing these members directly. Doing so can lead to system instability.) 26</dd></dl> 27 28<H2>Description</H2> 29<p> 30NANDCommandBlock structure is used to process asynchronous function requests in the NAND library. 31</p> 32 33<h2>See Also</h2> 34<p> 35<code><a href="./NANDCreateAsync.html">NANDCreateAsync</a></code>, <code><a href="./NANDOpenAsync.html">NANDOpenAsync</a></code>, <code><a href="./NANDCloseAsync.html">NANDCloseAsync</a></code>, <code><a href="./NANDReadAsync.html">NANDReadAsync</a></code>, <code><a href="./NANDWriteAsync.html">NANDWriteAsync</a></code>, <code><a href="./NANDSeekAsync.html">NANDSeekAsync</a></code>, <code><a href="./NANDReadDirAsync.html">NANDReadDirAsync</a></code>, <code><a href="./NANDCreateDirAsync.html">NANDCreateDirAsync</a></code>, <code><a href="./NANDDeleteAsync.html">NANDDeleteAsync</a></code>, <code><a href="./NANDMoveAsync.html">NANDMoveAsync</a></code>, <code><a href="./NANDGetStatusAsync.html">NANDGetStatusAsync</a></code>, <code><a href="./NANDSetStatusAsync.html">NANDSetStatusAsync</a></code>, <code><a href="./NANDFreeBlocksAsync.html">NANDFreeBlocksAsync</a></code>, <code><a href="./NANDSetUserData.html">NANDSetUserData</a></code>, <code><a href="./NANDGetUserData.html">NANDGetUserData</a></code> 36</p> 37 38<H2>Revision History</H2> 39<p>06/16/2006 Initial version.</p> 40 41</body> 42</html> 43