SCSI Inquiry Command Descriptor Block (CDB) typedef. More...
#include <msdscsi.h>
Data Fields | |
uint8_t | OpCode |
Command opcode. | |
struct { | |
uint8_t Evpd: 1 | |
Enable Vital Product data. | |
uint8_t Obsolete: 1 | |
Obsolete, expect any value. | |
uint8_t Reserved: 6 | |
Reserved, expect 0. | |
}; | |
uint8_t | PageCode |
Pagecode. | |
uint16_t | AllocationLength |
Number of inquiry data bytes requested. | |
uint8_t | Control |
Control byte. |
SCSI Inquiry Command Descriptor Block (CDB) typedef.
Definition at line 54 of file msdscsi.h.
uint8_t MSDSCSI_Inquiry_TypeDef::Control |
uint8_t MSDSCSI_Inquiry_TypeDef::Evpd |
uint8_t MSDSCSI_Inquiry_TypeDef::OpCode |