Samraksh.eMote.NonVolatileMemory Namespace : DataStore Class |
For a list of all members of this type, see DataStore members.
Name | Description | |
---|---|---|
![]() |
DeleteAllData | Deletes all data references from DataStore. Does not actually erase the data, but marks them as inactive. |
![]() |
EraseAllData | Deletes all data references from DataStore and erases them. |
![]() ![]() |
Instance | Multiton pattern. This allows DataStore to be initialized with different block storage devices such as NOR, NAND etc. http://en.wikipedia.org/wiki/Multiton_pattern |
![]() |
Read | Overloaded. Read data array from DataStore starting from specified address. |
![]() |
ReadAllDataReferences | Fills an array with data references from specified offset. |
![]() |
ReadRaw | Overloaded. Read data array from DataStore starting from specified address. |
![]() |
Write | Overloaded. Write data array to DataStore starting from specified address |
![]() |
WriteRaw | Overloaded. Write data array to DataStore starting from specified address |
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. |