AntDeviceOnUnknownDataPageReceivedTEnum(Int32, Byte) Method

Raises the UnknownDataPageReceived event with the provided raw data page bytes and includes the data page index in the log.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
C#
protected virtual void OnUnknownDataPageReceived<TEnum>(
	int pageIndex,
	byte[] dataPage
)
where TEnum : Enum

Parameters

pageIndex  Int32
The index into the data page containing the unrecognized value.
dataPage  Byte
The raw bytes of the unrecognized data page.

Type Parameters

TEnum
The enumeration that was being parsed.

See Also