Package com.dsi.ant.plugins.antplus.pcc
Class AntPlusFitnessEquipmentPcc.RowerMethods
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusFitnessEquipmentPcc.RowerMethods
- Enclosing class:
- AntPlusFitnessEquipmentPcc
Subscriptions and commands for rowers.
Note: The methods were refactored into this subclass in PLuginLib v.2.1.8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
subscribeRowerDataEvent
(AntPlusFitnessEquipmentPcc.IRowerDataReceiver RowerDataReceiver) Subscribe to receive RowerData events, which contain: The data specific to bikes.
-
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).
-