RTInterruptHandler Class

Encapsulates the logic for an interrupt handler.

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

Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64.RTAPI.IORTInterruptHandler

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 class RTInterruptHandler : IDisposable

The RTInterruptHandler type exposes the following members.

Constructors
NameDescription
Public methodRTInterruptHandler
Initializes an instance of an InterruptHandler.
Top
Methods
NameDescription
Public methodDispose
Releases all resources.
Public methodISR
The interrupt service routine.
Public methodIST
The interrupt service thread.
Top
See Also