INQUIRY
SCSI command, the initiator can request the target to return vital product data (VPD) pages. The specific VPD page is determined by the value of the {@link InquiryCDB#pageCode} field.To find out which page was requested, first create a new {@link PageCode} object using the value provided in thecommand descriptor block's PAGE CODE field, and then call its {@link #getVitalProductDataPageName()} method. Thiscomplicated approach is necessary, since some VPD pages are associated with more than just one page code. @author Andreas Ergenzinger
|
|