Ant DeviceOn Unknown Data Page Received(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.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
protected virtual void OnUnknownDataPageReceived(
byte[] dataPage
)VB
Protected Overridable Sub OnUnknownDataPageReceived (
dataPage As Byte()
)C++
protected:
virtual void OnUnknownDataPageReceived(
array<unsigned char>^ dataPage
)F#
abstract OnUnknownDataPageReceived :
dataPage : byte[] -> unit
override OnUnknownDataPageReceived :
dataPage : byte[] -> unit Parameters
- dataPage Byte
- Raw bytes of the unrecognized data page.