Structs



SCSITargetLun

typedef  struct  SCSITargetLun  {
  UInt8  target;
  UInt8  lun;
  UInt8  reserved[2];
}  SCSITargetLun;

Fields

NameDescription
targetThe SCSI Id for the SCSI device being selected.
lunThe SCSI Lun for the SCSI device being selected.

© 2000 Apple Computer, Inc. — (Last Updated 2/23/2000)