Class AntPlusFitnessEquipmentPcc.RowerMethods

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusFitnessEquipmentPcc.RowerMethods
Enclosing class:
AntPlusFitnessEquipmentPcc

public class AntPlusFitnessEquipmentPcc.RowerMethods extends Object
Subscriptions and commands for rowers.

Note: The methods were refactored into this subclass in PLuginLib v.2.1.8

  • Constructor Details

    • RowerMethods

      public RowerMethods()
  • Method Details

    • subscribeRowerDataEvent

      public void subscribeRowerDataEvent(AntPlusFitnessEquipmentPcc.IRowerDataReceiver RowerDataReceiver)
      Subscribe to receive RowerData events, which contain: The data specific to bikes. This data is optional and may not be sent by all fitness equipment. This function can also be used to unsubscribe from an event, by passing null as the receiver.
      Parameters:
      RowerDataReceiver - receiver to receive events (or null to unsubscribe from this event).