Contents

unregisterInterrupt

Removes a C function interrupt handler for a device supplying hardware interrupts.

Declaration

virtual IOReturn unregisterInterrupt(
 intsource);

Parameters

  • source:

    The index of the interrupt source in the device.

Return Value

An IOReturn code (kIOReturnNoInterrupt is returned if the source is not valid).

Overview

This method removes a C function interrupt handler previously installed with registerInterrupt.

See Also

Miscellaneous