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.3+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
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.