AntDeviceOnUnknownDataPageReceived(Byte) Method

Raises the UnknownDataPageReceived event with the provided raw data page bytes.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
protected virtual void OnUnknownDataPageReceived(
	byte[] dataPage
)

Parameters

dataPage  Byte
Raw bytes of the unrecognized data page.

See Also