MSDSCSI_Inquiry_TypeDef Struct Reference
[Msd]

SCSI Inquiry Command Descriptor Block (CDB) typedef. More...

#include <msdscsi.h>

Collaboration diagram for MSDSCSI_Inquiry_TypeDef:
Collaboration graph
[legend]

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.

Detailed Description

SCSI Inquiry Command Descriptor Block (CDB) typedef.

Definition at line 72 of file msdscsi.h.


Field Documentation

Number of inquiry data bytes requested.

Definition at line 82 of file msdscsi.h.

Control byte.

Definition at line 83 of file msdscsi.h.

Enable Vital Product data.

Definition at line 77 of file msdscsi.h.

Obsolete, expect any value.

Definition at line 78 of file msdscsi.h.

Command opcode.

Definition at line 74 of file msdscsi.h.

Pagecode.

Definition at line 81 of file msdscsi.h.

Reserved, expect 0.

Definition at line 79 of file msdscsi.h.


The documentation for this struct was generated from the following file: