InterruptDisposition Enumeration

Disposition of the current interrupt.

IMPORTANT! This enumeration 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 enum InterruptDisposition
Members
Member nameValueDescription
PassToNextDevice0 Pass the interrupt to the nex device.
Dismiss1 Dismiss (mask) the interrupt.
CallInterruptThread2 Call the registered IST.
See Also