Table of Contents

Delegate MultiChannelStateChangedEventHandler

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

EventHandler that reports changes in the DeviceState of a channel

public delegate void MultiChannelStateChangedEventHandler(object sender, CommManager.DeviceState ChannelState, int channel)

Parameters

sender object

The sender.

ChannelState CommManager.DeviceState

State of the channel.

channel int

The channel.