Table of Contents

Delegate MultiChannelDisconnectedEventHandler

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

EventHandler that reports when a channel is disconnected if this was due to an exception this is also included

public delegate void MultiChannelDisconnectedEventHandler(object sender, Exception exception, int channel, Device device)

Parameters

sender object

The sender.

exception Exception

The exception.

channel int

The channel.

device Device
EventHandler that reports when a channel is disconnected if this was due to an exception this is also included