Table of Contents

Delegate DisconnectedEventHandler

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

Delegate for the Disconnected event

public delegate void DisconnectedEventHandler(object sender, Exception CommErrorException)

Parameters

sender object

The sender.

CommErrorException Exception

The comm error exception, this is only available when device was disconnected due to a communication error.