Memory Statistics
This data class holds information about the sensor device's memory statistics.
Constructors
Properties
The capacity of the memory in bytes.
The timestamp of the end of collecting statistics (epoch) or null if not available.
The number of corrupt packets.
The size of corrupt packets in bytes.
The timestamp of the first binary measurement (epoch) or null if not available.
The timestamp of the first continuous measurement (epoch) or null if not available.
The number of invalid (outdated) packets.
The size of invalid packets in bytes.
The timestamp of the last binary measurement (epoch) or null if not available.
The timestamp of the last continuous measurement (epoch) or null if not available.
The timestamp of the last sent binary measurement (epoch) or null if not available.
The timestamp of the last sent continuous measurement (epoch) or null if not available.
Get percentage of sensor memory used
The NVM write counter or null if not available.
The status of the non-volatile storage.
A map of sample number for each Channel (valid packets).
The used space in bytes.
The number of valid packets.