Table of Contents

Delegate MultiChannelStatusEventHandler

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

EventHandler that reports idle status readings of a channel

public delegate void MultiChannelStatusEventHandler(object sender, StatusEventArgs status, int channel)

Parameters

sender object

The sender.

status StatusEventArgs

The PalmSens.Comm.StatusEventArgs instance containing the event data.

channel int

The channel.