The interrupt service routine
Namespace: RTX.IOAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Return Value
Type: InterruptDispositionPossible 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