The Hardware property indicates whether the interrupt is hardware or software based. A hardware IRQ is a physical wire from ...

The Hardware property indicates whether the interrupt is hardware or software based. A hardware IRQ is a physical wire from the peripheral to the programmable interrupt controller (PIC) chip through which the CPU can be notified of time critical events. Some IRQ lines are reserved for standard devices such as the keyboard, floppy disk drives, and the system clock. A software interrupt allows applications to get the attention of the processor.
Values: TRUE or FALSE. A value of TRUE indicates the interrupt is hardware based.