StationaryBikeParse Method

Parses the specified data page and updates the relevant properties.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public override void Parse(
	byte[] dataPage
)

Parameters

dataPage  Byte
A byte array containing the data page to parse.

Remarks

If the data page represents stationary bike data, the method extracts cadence and instantaneous power values. For other data page types, common data page parsing is delegated to the CommonDataPages class. The method does not process the page if it has already been handled.

See Also