RSCSData

data class RSCSData(val running: Boolean = false, val instantaneousSpeed: Float = 1.0f, val instantaneousCadence: Int = 0, val strideLength: Int? = null, val totalDistance: Long? = null)

Constructors

Link copied to clipboard
constructor(running: Boolean = false, instantaneousSpeed: Float = 1.0f, instantaneousCadence: Int = 0, strideLength: Int? = null, totalDistance: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val running: Boolean = false
Link copied to clipboard
val strideLength: Int? = null
Link copied to clipboard
val totalDistance: Long? = null