Table of Contents

Delegate MultiChannelMeasurementEventHandler

Namespace
PalmSens.Core.Simplified
Assembly
PalmSens.Core.Simplified.dll

MultiChannelEventHandler that includes which channel the event was raised by

public delegate void MultiChannelMeasurementEventHandler(object sender, int channel, Exception exception)

Parameters

sender object

The sender.

channel int

The channel.

exception Exception
MultiChannelEventHandler that includes which channel the event was raised by