Contents

SignalInterrupt

Signals that an interrupt has occurred.

Declaration

void SignalInterrupt (
 void );

Overview

Subclasses of IOSCSIParallelInterfaceController should call this method in order to get the secondary interrupt thread scheduled if and only if they will be returning false from their overriden FilterInterruptRequest() method. See the discussion for the FilterInterruptRequest() method for more details.

NOTE: This method should only be called from within the FilterInterruptRequest() method and at no other time.

Available in 10.3.3 or later.

See Also

Miscellaneous