CommonDataPagesParseCommonDataPage Method
Parses the common data page.
Namespace: SmallEarthTech.AntPlusAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
public void ParseCommonDataPage(
byte[] dataPage
)
Public Sub ParseCommonDataPage (
dataPage As Byte()
)
public:
void ParseCommonDataPage(
array<unsigned char>^ dataPage
)
member ParseCommonDataPage :
dataPage : byte[] -> unit
Parameters
- dataPage Byte
- The data page.