Contents

IOCommand

This class is an abstract class which represents an I/O command.

Declaration

class IOCommand : OSObject

Overview

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.

Topics

Instance Variables

Instance Methods

Type Methods

See Also

Base Types