SENTSensorDataChunk
SWIFT_CLASS_NAMED("SensorDataChunk")
@interface SENTSensorDataChunk : NSObjectSENTSensorDataChunk API
count
count@property (nonatomic, readonly) NSInteger count;
timestamps
timestamps@property (nonatomic, readonly, copy) NSArray<NSNumber *> * _Nonnull timestamps;
xValues
xValues@property (nonatomic, readonly, copy) NSArray<NSNumber *> * _Nonnull xValues;
yValues
yValueszValues
zValuesLast updated