SCSI Mode Parameter Header used by MODE SELECT(6) and MODE SENSE(6). More...
#include <spc_protocol.h>
Data Fields | |
| uint8_t | mode_data_length |
| Number of bytes after this. | |
| uint8_t | medium_type |
| Medium Type. | |
| uint8_t | device_specific_parameter |
| Defined by command set. | |
| uint8_t | block_descriptor_length |
| Length of block descriptors. | |
SCSI Mode Parameter Header used by MODE SELECT(6) and MODE SENSE(6).
Definition at line 213 of file spc_protocol.h.
Length of block descriptors.
Definition at line 217 of file spc_protocol.h.
Defined by command set.
Definition at line 216 of file spc_protocol.h.
Medium Type.
Definition at line 215 of file spc_protocol.h.
Number of bytes after this.
Definition at line 214 of file spc_protocol.h.
1.6.3