Stationary BikeParse 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
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public override void Parse(
byte[] dataPage
)VB
Public Overrides Sub Parse (
dataPage As Byte()
)C++
public:
virtual void Parse(
array<unsigned char>^ dataPage
) overrideF#
abstract Parse :
dataPage : byte[] -> unit
override Parse :
dataPage : byte[] -> unit 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.