Event ConversionCompleted
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
Occurs each time this ADC channel's analog to digital conversion is completed.
public event TypedEventHandler<AnalogInputModule.Channel>? ConversionCompleted
Returns
- TypedEventHandler<AnalogInputModule.Channel>
- Occurs each time this ADC channel's analog to digital conversion is completed.
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.