SCSI Request Sense Command Descriptor Block (CDB) typedef. More...
#include <msdscsi.h>
Data Fields | |
uint8_t | OpCode |
Command opcode. | |
struct { | |
uint8_t Desc: 1 | |
Descriptor format. | |
uint8_t Reserved1: 7 | |
Reserved, expect 0. | |
}; | |
uint8_t | Reserved2 |
Reserved, expect 0. | |
uint8_t | Reserved3 |
Reserved, expect 0. | |
uint8_t | AllocationLength |
Number of sense data bytes requested. | |
uint8_t | Control |
Control byte. |
SCSI Request Sense Command Descriptor Block (CDB) typedef.
Definition at line 133 of file msdscsi.h.