Mac OS X Reference Library Apple Developer
Search

IOATAPIProtocolTransport.h

Includes:

Overview

Contains the class definition for IOATAPIProtocolTransport.



Classes

IOATAPIProtocolTransport

SCSI Protocol Driver Family for ATAPI Devices.



Typedefs

ATAPIClientData

ATAPIClientData



typedef struct ATAPIClientData ATAPIClientData;  
Fields
cmd

IOATACommand for request.

self

Pointer to the object.

scsiTask

SCSITaskIdentifier of request.

Discussion

This structure is stuffed into the refcon so we can associate which IOATACommand and SCSITaskIdentifier is completing.

See Also

Structs and Unions

ATAPIClientData

ATAPIClientData



struct ATAPIClientData { 
    IOATACommand *cmd; 
    IOATAPIProtocolTransport *self; 
    SCSITaskIdentifier scsiTask; 
};  
Fields
cmd

IOATACommand for request.

self

Pointer to the object.

scsiTask

SCSITaskIdentifier of request.

Discussion

This structure is stuffed into the refcon so we can associate which IOATACommand and SCSITaskIdentifier is completing.

See Also

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-07-29