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.
event TypedEventHandler<IIOModule>? I2cFailed
Returns
- TypedEventHandler<IIOModule>
- 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.