IOCommand
This class is an abstract class which represents an I/O command.
Declaration
class IOCommand : OSObjectOverview
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.