#include <scsi_defines.h>
Definition at line 463 of file scsi_defines.h.
Public Attributes | |
| UInt8_t | type:5 |
| Device type. | |
| UInt8_t | qualifier:3 |
| 000: connected and of type above. | |
| UInt8_t | pageCode |
| UInt8_t | res1 |
| UInt8_t | pageLen |
| UInt8_t | pages [128] |
| Contains pageLen of suportes page codes. | |
000: connected and of type above.
Other values are not useful. See specification.
Definition at line 470 of file scsi_defines.h.
Definition at line 471 of file scsi_defines.h.
Definition at line 473 of file scsi_defines.h.
Definition at line 475 of file scsi_defines.h.
Referenced by data_Inquiry::GetSupportedPages(), and scsi_IO::InqStandard().
Contains pageLen of suportes page codes.
Space for 128 page codes is reserved. This should be enough.
Definition at line 479 of file scsi_defines.h.
Referenced by data_Inquiry::GetSupportedPages(), and scsi_IO::InqStandard().
1.5.6