Heart RateParse Method
Parses the specified data page.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
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
- The received data page.