Contents

SetValidAutoSenseData

Set the auto sense data that was returned for a given SCSI Task.

Declaration

void SetValidAutoSenseData (
 SBP2ClientOrbData *clientData, 
 FWSBP2StatusBlock *statusBlock, 
 SCSI_Sense_Data *targetData );

Overview

SetValidAutoSenseData is called to qualify sense data that is copied to the client via the SetAutoSenseData method. See IOSCSIProtocolServices.h for more details regarding SetAutoSenseData.

See Also

Miscellaneous