CscMeasurement

data class CscMeasurement(val cumulativeWheelRevolutions: Long?, val lastWheelEventTime: Int?, val cumulativeCrankRevolutions: Int?, val lastCrankEventTime: Int?)

Parsed Cycling Speed and Cadence Measurement (0x2A5B) notification payload.

Constructors

Link copied to clipboard
constructor(cumulativeWheelRevolutions: Long?, lastWheelEventTime: Int?, cumulativeCrankRevolutions: Int?, lastCrankEventTime: Int?)

Properties

Link copied to clipboard

Total crank revolutions since reset, if present.

Link copied to clipboard

Total wheel revolutions since reset, if present.

Link copied to clipboard

Time of last crank event (1/1024s resolution), if present.

Link copied to clipboard

Time of last wheel event (1/1024s resolution), if present.