RTInterruptHandler Members IntervalZero RTX Managed Code

The RTInterruptHandler type exposes the following members.

Constructors

NameDescription
Public methodRTInterruptHandler
Initializes an instance of an InterruptHandler.
Back to Top
Methods

NameDescription
Public methodDispose
Releases all resources.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize
Finalizes the InterruptHandler instance.
(Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodISR
The interrupt service routine
Public methodIST
The interrupt service thread
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also