Represents a chunk of sensor data.
int getSize()Returns the number of sensor samples in the chunk. All of x, y, z, and timestamp arrays will be of this size.
long[] getTimestamps()Returns the timestamps in UTC epoch time.
float[] getXValues()Returns the x-axis values.
float[] getYValues()Returns the y-axis values.
float[] getZValues()Returns the z-axis values.