Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 4 - SCSI Manager 4.3 / SCSI Manager 4.3 Reference
SCSI Manager 4.3 Functions / Client Functions


SCSINop

The SCSINop function does nothing.

OSErr SCSIAction(SCSI_PB *scsiPB);
scsiPB
A pointer to a SCSI Manager parameter block.
-->scsiFunctionCodeUInt8The SCSINop function selector code (0x00).

DESCRIPTION
The SCSINop function performs no action, returns no values in the parameter block, and does not call a completion routine. It is provided for compatibility with the CAM specification, and may be useful for debugging.

RESULT CODES
noErr0No error

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996