GeocacheParse Method

Parses the specified data page.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public override void Parse(
	byte[] dataPage
)

Parameters

dataPage  Byte
The received data page.

See Also