Common Data PagesParse Common Data Page Method
Parses the common data page.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public void ParseCommonDataPage(
byte[] dataPage
)VB
Public Sub ParseCommonDataPage (
dataPage As Byte()
)C++
public:
void ParseCommonDataPage(
array<unsigned char>^ dataPage
)F#
member ParseCommonDataPage :
dataPage : byte[] -> unit Parameters
- dataPage Byte
- The data page.