Table of Contents

Event I2cFailed

Namespace
ComfileTech.Cfnet.Cfheader
Assembly
ComfileTech.Cfnet.Cfheader.dll

Fired when I2cResult changes to a failed state as a result of an I²C communication failure.

public event TypedEventHandler<AnalogOutputModule>? I2cFailed

Returns

TypedEventHandler<AnalogOutputModule>
Fired when changes to a failed state as a result of an I²C communication failure.

Remarks

This event will be fired on the thread that calls Sync(). It also discards any exceptions thrown in the event handlers. If exception handling is required, add it in the event handler.