Contents

ATADeviceNub

ATADeviceNub is a concrete implementation of IOATADevice.

Declaration

class ATADeviceNub : IOATADevice

Overview

clients of IOATA (disk drivers) should use the interface presented by IOATADevice. Concrete nubs are private to the IOATA family and specific subclasses of IOATADevice are instantiated by controller drivers to provide the abstract interface to clients.

Topics

Miscellaneous

DataTypes

Instance Variables

Instance Methods

Type Methods

See Also

Devices