Samraksh eMote .NOW
DataStore Class Methods


For a list of all members of this type, see DataStore members.

Public Methods
 NameDescription
Public MethodDeleteAllDataDeletes all data references from DataStore. Does not actually erase the data, but marks them as inactive.  
Public MethodEraseAllDataDeletes all data references from DataStore and erases them.  
Public Methodstatic (Shared in Visual Basic)InstanceMultiton pattern. This allows DataStore to be initialized with different block storage devices such as NOR, NAND etc. http://en.wikipedia.org/wiki/Multiton_pattern  
Public MethodReadOverloaded. Read data array from DataStore starting from specified address.  
Public MethodReadAllDataReferencesFills an array with data references from specified offset.  
Public MethodReadRawOverloaded. Read data array from DataStore starting from specified address.  
Public MethodWriteOverloaded. Write data array to DataStore starting from specified address  
Public MethodWriteRawOverloaded. Write data array to DataStore starting from specified address  
Top
Protected Methods
 NameDescription
Protected MethodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Top
See Also

Reference

DataStore Class
Samraksh.eMote.NonVolatileMemory Namespace

Send Feedback