Contents

StopController

Called to stop the controller

Declaration

virtual void StopController (
 void ) = 0;

Overview

The StopController method will be called any time that the system wants the card to stop accepting requests. ( See StartController discussion ). The subclass should disable the hardware interrupt for the particular controller (if possible) in this method.

See Also

Miscellaneous