IOCommand
Declaration
class IOCommand;Overview
This class is an abstract class which represents an I/O command.
This class is an abstract class which represents an I/O command passed from a device driver to a controller. All controller commands (e.g. IOATACommand) should inherit from this class.