IOATAPIProtocolTransport.h

Includes:

Overview

Contains the class definition for IOATAPIProtocolTransport.



Classes

IOATAPIProtocolTransport

SCSI Protocol Driver Family for ATAPI Devices.



Typedefs

ATAPIClientData

ATAPIClientData


See Also:
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.

Structs and Unions

ATAPIClientData

ATAPIClientData


See Also:
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.

 

 

Last Updated: 2009-10-14