API File.NVM: Difference between revisions
Appearance
XML import |
XML import |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<sidebar>API | <sidebar>API Contents</sidebar> | ||
Reads from a file as though a block of NVM | Reads from a file as though a block of NVM | ||
This class is contained within [[API File|File]] | |||
This class is contained within [[API File|File]]. | |||
__TOC__ | __TOC__ | ||
| Line 29: | Line 30: | ||
==Examples== | ==Examples== | ||
''No examples | ''<span style="color:red;">No additional examples</span>'' | ||
==See also== | ==See also== | ||
''<span style="color:red;">No additional information</span>'' | |||
Latest revision as of 15:57, 16 January 2014
<sidebar>API Contents</sidebar> Reads from a file as though a block of NVM
This class is contained within File.
Functions provided for this class
| Open | Opens the existing file as a block of non-volatile memory |
| Create | Creates the new file as a block of non-volatile memory |
| ReadByte | Reads a single byte from the NVM, -1 if empty |
| WriteByte | Writes a single byte to the NVM multiple times |
| ReadArray | Reads an array from the NVM, returns elements read |
| WriteArray | Writes an array to the NVM |
Examples
No additional examples
See also
No additional information