UnmaskInterrupt Method
Previous
Top
Next
procedure UnmaskInterrupt ( IrqNumber: Byte );
Unmasks the hardware interrupt specified by the IrqNumber parameter, so that an OnHwInterrupt event will be generated when a hardware interrupt occurs. You can read the
IrqMasked
property when you want check if current Irq# masked or not.