Package 

Class SpeedAndCadenceControlPointData

    • Method Summary

      Modifier and Type Method Description
      static Data setCumulativeValue(long value) Sets cumulative value.
      static Data startSensorCalibration() Starts the calibration of the RSC Sensor.
      static Data updateSensorLocation(int location) Update to the location of the sensor with the value sent as parameter to this op code.
      static Data requestSupportedSensorLocations() Request a list of supported locations where the sensor can be attached.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setCumulativeValue

         static Data setCumulativeValue(long value)

        Sets cumulative value. The value parameter is of type long to allow setting valuefrom range 231-1 to 232.

        Parameters:
        value - new cumulative value.
      • updateSensorLocation

         static Data updateSensorLocation(int location)

        Update to the location of the sensor with the value sent as parameter to this op code.

        Parameters:
        location - new location id (UINT8).