RTInterruptHandlerISR Method

The interrupt service routine.

IMPORTANT! This method is non-functional and should not be used. It will be removed in a future release.

Namespace:  IntervalZero.RTX64.RTAPI.IO
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public abstract InterruptDisposition ISR()

Return Value

Type: InterruptDisposition
Possible return values of type InterruptDisposition are:
  • PassToNextDevice - pass the interrupt to the next device
  • Dismiss - dismiss (mask) the interrupt
  • CallInterruptThread - call the registered interrupt service thread
See Also