public:typedef bool (*Filter)(OSObject *, IOFilterInterruptEventSource *);
C Function pointer to a routine to call when an interrupt occurs.
Name Description owner Pointer to the owning/client instance. sender Where is the interrupt comming from.
protected:Filter filterAction;
Filter callout
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)