AntDeviceParse Method

Parses the specified data page.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.3+ddac7b2dbc3280b33f7963df2f0ae0a022d4d825
C#
public virtual void Parse(
	byte[] dataPage
)

Parameters

dataPage  Byte
The received data page.

See Also