The Interrupt Functions let ATEasy respond to events such as GPIB, SRQ, or ATimer events.
The EnableInterrupt function installs an ATEasy user-defined interrupt subroutine which is called when an interrupt occurs. The DisableInterrupt function is used to stop responses to an interrupt call. The variable InterruptMask is used to invoke an ATEasy interrupt; each bit in InterruptMask represents an interrupt. This variable can be passed as an argument to a DLL so that ATEasy interrupts will be invoked by the DLL at a later time.
ATEasy currently supports RS-232, GPIB, ATimer, and user-defined interrupts.