Carbon


DeviceIdent

Header: SCSI.h

struct DeviceIdent {
    UInt8 diReserved; 
    UInt8 bus; 
    UInt8 targetID; 
    UInt8 LUN;
};

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