Difference between revisions of "API File.NVM"
From Flowcode Help
Jump to navigationJump to search (XML import) |
(XML import) |
||
| Line 29: | Line 29: | ||
==Examples== | ==Examples== | ||
| − | ''No | + | ''<span style="color:red;">No additional information</span>'' |
==See also== | ==See also== | ||
| + | ''<span style="color:red;">No additional information</span>'' | ||
Revision as of 22:11, 11 May 2013
<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 information
See also
No additional information