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: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.