Difference between revisions of "API File.NVM"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import API auto-gen)
Line 1: Line 1:
 
wiki page name
 
wiki page name
==FileNVM==
+
Reads from a file as though a block of NVM
  
Reads from a file as though a block of NVM
 
----
 
 
===Functions provided for this class===
 
===Functions provided for this class===
 
{||-|[[API File.NVM.Open|Open]]|Opens the existing file as a block of non-volatile memory|-|[[API File.NVM.Create|Create]]|Creates the new file as a block of non-volatile memory|-|[[API File.NVM.ReadByte|ReadByte]]|Reads a single byte from the NVM, -1 if empty|-|[[API File.NVM.WriteByte|WriteByte]]|Writes a single byte to the NVM multiple times|-|[[API File.NVM.ReadArray|ReadArray]]|Reads an array from the NVM, returns elements read|-|[[API File.NVM.WriteArray|WriteArray]]|Writes an array to the NVM|}
 
{||-|[[API File.NVM.Open|Open]]|Opens the existing file as a block of non-volatile memory|-|[[API File.NVM.Create|Create]]|Creates the new file as a block of non-volatile memory|-|[[API File.NVM.ReadByte|ReadByte]]|Reads a single byte from the NVM, -1 if empty|-|[[API File.NVM.WriteByte|WriteByte]]|Writes a single byte to the NVM multiple times|-|[[API File.NVM.ReadArray|ReadArray]]|Reads an array from the NVM, returns elements read|-|[[API File.NVM.WriteArray|WriteArray]]|Writes an array to the NVM|}
  
 
===Examples===
 
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Reads from a file as though a block of NVM

Functions provided for this class

Examples