SENTSensorDataChunk
Represents a chunk of sensor data.
SENTSensorDataChunk API
count
count
Returns the number of sensor samples in the chunk. All of x, y, z, and timestamp arrays will be of this size.
timestamps
timestamps
Returns the timestamps in UTC epoch time.
xValues
xValues
Returns the x-axis values.
yValues
yValues
Returns the y-axis values.
zValues
zValues
Returns the z-axis values.
Last updated