1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
7<BASE target="main">
8<TITLE>NAND Function List</TITLE>
9</HEAD>
10<BODY>
11<H1>NAND Function List</H1>
12
13<H3><a name="Initialize">Initialization</a></H3>
14<TABLE border="1">
15  <TBODY>
16    <tr>
17<td><a href="./NANDInit.html"><code>NANDInit</code></a></td>
18<td>Initializes the NAND library.</td>
19    </tr>
20  </TBODY>
21</TABLE>
22
23<H3><a name="File">File Access</a></H3>
24<TABLE border="1">
25  <TBODY>
26    <tr>
27<td><a href="./NANDCreate.html"><code>NANDCreate</code></a></td>
28<td>Creates a file.</td>
29    </tr>
30    <tr>
31<td><a href="./NANDCreateAsync.html"><code>NANDCreateAsync</code></a></td>
32<td>Asynchronously creates a file.</td>
33    </tr>
34    <tr>
35<td><a href="./NANDOpen.html"><code>NANDOpen</code></a></td>
36<td>Opens a file.</td>
37    </tr>
38    <tr>
39<td><a href="./NANDOpenAsync.html"><code>NANDOpenAsync</code></a></td>
40<td>Asynchronously opens a file.</td>
41    </tr>
42    <tr>
43<td><a href="./NANDClose.html"><code>NANDClose</code></a></td>
44<td>Closes a file.</td>
45    </tr>
46    <tr>
47<td><a href="./NANDCloseAsync.html"><code>NANDCloseAsync</code></a></td>
48<td>Asynchronously closes a file.</td>
49    </tr>
50    <tr>
51<td><a href="./NANDRead.html"><code>NANDRead</code></a></td>
52<td>Reads data from a file.</td>
53    </tr>
54    <tr>
55<td><a href="./NANDReadAsync.html"><code>NANDReadAsync</code></a></td>
56<td>Asynchronously reads data from a file.</td>
57    </tr>
58    <tr>
59<td><a href="./NANDWrite.html"><code>NANDWrite</code></a></td>
60<td>Writes data to a file.</td>
61    </tr>
62    <tr>
63<td><a href="./NANDWriteAsync.html"><code>NANDWriteAsync</code></a></td>
64<td>Asynchronously writes data to a file.</td>
65    </tr>
66    <tr>
67<td><a href="./NANDSeek.html"><code>NANDSeek</code></a></td>
68<td>Performs a file seek.</td>
69    </tr>
70    <tr>
71<td><a href="./NANDSeekAsync.html"><code>NANDSeekAsync</code></a></td>
72<td>Performs a file seek asynchronously.</td>
73    </tr>
74    <tr>
75<td><a href="./NANDTell.html"><code>NANDTell</code></a></td>
76<td>Returns the current position of the file.</td>
77    </tr>
78    <tr>
79<td><a href="./NANDTellAsync.html"><code>NANDTellAsync</code></a></td>
80<td>Asynchronously returns the current position of a file.</td>
81    </tr>
82    <tr>
83<td><a href="./NANDGetLength.html"><code>NANDGetLength</code></a></td>
84<td>Gets the file size.</td>
85    </tr>
86    <tr>
87<td><a href="./NANDGetLengthAsync.html"><code>NANDGetLengthAsync</code></a></td>
88<td>Asynchronously gets the file size.</td>
89    </tr>
90    <tr>
91<td><a href="./NANDSimpleSafeOpen.html"><code>NANDSimpleSafeOpen</code></a></td>
92<td>Opens a file while guaranteeing the atomicity of file updates.</td>
93    </tr>
94    <tr>
95<td><a href="./NANDSimpleSafeOpenAsync.html"><code>NANDSimpleSafeOpenAsync</code></a></td>
96<td>Asynchronously opens a file while guaranteeing the atomicity of file updates.</td>
97    </tr>
98    <tr>
99<td><a href="./NANDSimpleSafeClose.html"><code>NANDSimpleSafeClose</code></a></td>
100<td>Closes a file while guaranteeing the atomicity of file updates.</td>
101    </tr>
102    <tr>
103<td><a href="./NANDSimpleSafeCloseAsync.html"><code>NANDSimpleSafeCloseAsync</code></a></td>
104<td>Asynchronously closes a file while guaranteeing the atomicity of file updates.</td>
105    </tr>
106    <tr>
107<td><a href="./NANDSimpleSafeCancel.html"><code>NANDSimpleSafeCancel</code></a></td>
108<td>If a NANDSimpleSafe function ends in an error, releases the resource that is being used.</td>
109    </tr>
110    <tr>
111<td><a href="./NANDSimpleSafeCancelAsync.html"><code>NANDSimpleSafeCloseAsync</code></a></td>
112<td>If a NANDSimpleSafe type function ends in an error, asynchronously releases the resource being used.</td>
113    </tr>
114    <tr>
115<td><a href="./NANDSafeOpen.html"><code>NANDSafeOpen</code></a></td>
116<td>Opens a file while guaranteeing the atomicity of file updates (not recommended).</td>
117    </tr>
118    <tr>
119<td><a href="./NANDSafeOpenAsync.html"><code>NANDSafeOpenAsync</code></a></td>
120<td>Asynchronously opens a file while guaranteeing the atomicity of file updates (not recommended).</td>
121    </tr>
122    <tr>
123<td><a href="./NANDSafeClose.html"><code>NANDSafeClose</code></a></td>
124<td>Closes a file while guaranteeing the atomicity of file updates (not recommended).</td>
125    </tr>
126    <tr>
127<td><a href="./NANDSafeCloseAsync.html"><code>NANDSafeCloseAsync</code></a></td>
128<td>Asynchronously closes a file while guaranteeing the atomicity of file updates (not recommended).</td>
129    </tr>
130  </TBODY>
131</TABLE>
132
133<h3><a name="Directory">Directory Access</a></h3>
134<table border="1">
135  <tbody>
136    <tr>
137<td><a href="./NANDReadDir.html"><code>NANDReadDir</code></a></td>
138<td>Gets a list of file or directory names stored in the directory.</td>
139    </tr>
140    <tr>
141<td><a href="./NANDReadDirAsync.html"><code>NANDReadDirAsync</code></a></td>
142<td>Asynchronously gets a list of file or directory names stored in the directory.</td>
143    </tr>
144    <tr>
145<td><a href="./NANDCreateDir.html"><code>NANDCreateDir</code></a></td>
146<td>Creates a directory.</td>
147    </tr>
148    <tr>
149<td><a href="./NANDCreateDirAsync.html"><code>NANDCreateDirAsync</code></a></td>
150<td>Asynchronously creates a directory.</td>
151    </tr>
152    <tr>
153<td><a href="./NANDChangeDir.html"><code>NANDChangeDir</code></a></td>
154<td>Changes the current directory.</td>
155    </tr>
156    <tr>
157<td><a href="./NANDChangeDirAsync.html"><code>NANDChangeDirAsync</code></a></td>
158<td>Asynchronously changes the current directory.</td>
159    </tr>
160    <tr>
161<td><a href="./NANDGetCurrentDir.html"><code>NANDGetCurrentDir</code></a></td>
162<td>Gets the current directory.</td>
163    </tr>
164    <tr>
165<td><a href="./NANDGetHomeDir.html"><code>NANDGetHomeDir</code></a></td>
166<td>Gets the home directory.</td>
167    </tr>
168  </tbody>
169</table>
170
171<h3><a name="File Directory">File or Directory Access</a></h3>
172<table border="1">
173  <tbody>
174    <tr>
175<td><a href="./NANDDelete.html"><code>NANDDelete</code></a></td>
176<td>Deletes a file or directory.</td>
177    </tr>
178    <tr>
179<td><a href="./NANDDeleteAsync.html"><code>NANDDeleteAsync</code></a></td>
180<td>Asynchronously deletes a file or directory.</td>
181    </tr>
182    <tr>
183<td><a href="./NANDMove.html"><code>NANDMove</code></a></td>
184<td>Moves a file or directory.</td>
185    </tr>
186    <tr>
187<td><a href="./NANDMoveAsync.html"><code>NANDMoveAsync</code></a></td>
188<td>Asynchronously moves a file or directory.</td>
189    </tr>
190    <tr>
191<td><a href="./NANDSetStatus.html"><code>NANDSetStatus</code></a></td>
192<td>Configures the status information of a file or directory.</td>
193    </tr>
194    <tr>
195<td><a href="./NANDSetStatusAsync.html"><code>NANDSetStatusAsync</code></a></td>
196<td>Configures the status information of a file or directory asynchronously.</td>
197    </tr>
198    <tr>
199<td><a href="./NANDGetStatus.html"><code>NANDGetStatus</code></a></td>
200<td>Gets the status information of a file or directory.</td>
201    </tr>
202    <tr>
203<td><a href="./NANDGetStatusAsync.html"><code>NANDGetStatusAsync</code></a></td>
204<td>Gets the status information of a file or directory asynchronously.</td>
205    </tr>
206    <tr>
207<td><a href="./NANDGetType.html"><code>NANDGetType</code></a></td>
208<td>Checks whether the specified path name is for a file or a directory.</td>
209    </tr>
210    <tr>
211<td><a href="./NANDGetTypeAsync.html"><code>NANDGetTypeAsync</code></a></td>
212<td>Asynchronously checks whether the specified path name is for a file or a directory.</td>
213    </tr>
214  </tbody>
215</table>
216
217<h3><a name="File System">File System Access</a></h3>
218<table border="1">
219  <tbody>
220    <tr>
221<td><a href="./NANDFreeBlocks.html"><code>NANDFreeBlocks</code></a></td>
222<td>Gets the amount of available space in the file system and the number of empty inodes.</td>
223    </tr>
224    <tr>
225<td><a href="./NANDFreeBlocksAsync.html"><code>NANDFreeBlocksAsync</code></a></td>
226<td>Gets the the amount of available space in the file system and the number of empty inodes asynchronously.</td>
227    </tr>
228    <tr>
229<td><a href="./NANDCheck.html"><code>NANDCheck</code></a></td>
230<td>Checks whether new files or directories can be created.</td>
231    </tr>
232    <tr>
233<td><a href="./NANDCheckAsync.html"><code>NANDCheckAsync</code></a></td>
234<td>Asynchronously checks whether new files or directories can be created.</td>
235    </tr>
236    <tr>
237<td><a href="./NANDGetAvailableArea.html"><code>NANDGetAvailableArea</code></a></td>
238<td>Get the number of FS blocks and i-nodes available for use by the application.</td>
239    </tr>
240    <tr>
241<td><a href="./NANDGetAvailableAreaAsync.html"><code>NANDGetAvailableAreaAsync</code></a></td>
242<td>Asynchronously get the number of FS blocks and i-nodes available for use by the application.</td>
243    </tr>
244    <tr>
245<td><a href="./NANDGetTmpDirUsage.html"><code>NANDGetTmpDirUsage</code></a></td>
246<td>Gets the number of FS blocks and i-nodes being consumed under /tmp.</td>
247    </tr>
248    <tr>
249<td><a href="./NANDGetTmpDirUsageAsync.html"><code>NANDGetTmpDirUsageAsync</code></a></td>
250<td>Asynchronously gets the number of FS blocks and i-nodes being consumed under /tmp.</td>
251    </tr>
252    <tr>
253<td><a href="./NANDGetHomeDirUsage.html"><code>NANDGetHomeDirUsage</code></a></td>
254<td>Gets the number of FS blocks and i-nodes being consumed under the home directory.</td>
255    </tr>
256    <tr>
257<td><a href="./NANDGetHomeDirUsageAsync.html"><code>NANDGetHomeDirUsageAsync</code></a></td>
258<td>Asynchronously gets the number of FS blocks and i-nodes being consumed under the home directory.</td>
259    </tr>
260  </tbody>
261</table>
262
263<h3><a name="User Data">User Data Access</a></h3>
264<table border="1">
265  <tbody>
266    <tr>
267<td><a href="./NANDSetUserData.html"><code>NANDSetUserData</code></a></td>
268<td>Sets user data to a command block.</td>
269    </tr>
270    <tr>
271<td><a href="./NANDGetUserData.html"><code>NANDGetUserData</code></a></td>
272<td>Gets user data from a command block.</td>
273    </tr>
274  </tbody>
275</table>
276
277<h3><a name="Banner">Banner Files</a></h3>
278<table border="1">
279  <tbody>
280    <tr>
281<td><a href="./NANDInitBanner.html">  <code>NANDInitBanner</code></a></td>
282<td>Initializes the banner structure.</td>
283    </tr>
284    <tr>
285<td><a href="./NANDGetIconSpeed.html"><code>NANDGetIconSpeed</code></a></td>
286<td>Gets the amount of time that the icon in the banner is displayed.</td>
287    </tr>
288    <tr>
289<td><a href="./NANDSetIconSpeed.html"><code>NANDSetIconSpeed</code></a></td>
290<td>Sets the amount of time that the icon in the banner is displayed.</td>
291    </tr>
292  </tbody>
293</table>
294
295<h3><a name="struct">Types and Structures</a></h3>
296<TABLE border="1">
297  <TBODY>
298    <tr>
299<td><a href="./NANDFileInfo.html"><code>NANDFileInfo</code></a></td>
300<td>File structure in the NAND library.</td>
301    </tr>
302    <tr>
303<td><a href="./NANDStatus.html"><code>NANDStatus</code></a></td>
304<td>Status structure that stores ownerID, groupID, attributes, and permissions.</td>
305    </tr>
306    <tr>
307<td><a href="./NANDCommandBlock.html"><code>NANDCommandBlock</code></a></td>
308<td>Command block structure used inside the library to process asynchronous function requests.</td>
309    </tr>
310  </TBODY>
311</TABLE>
312
313</BODY>
314</HTML>
315