Carbon


CDB

Header: SCSI.h

union CDB {
    BytePtr cdbPtr; 
    UInt8 cdbBytes[16];
};
typedef CDB CDBPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)