1# ScsiPeripheral_ReadCapacityRequest 2<!--Kit: Driver Development Kit--> 3<!--Subsystem: Driver--> 4<!--Owner: @lixinsheng2--> 5<!--Designer: @w00373942--> 6<!--Tester: @dong-dongzhen--> 7<!--Adviser: @w_Machine_cc--> 8 9## 概述 10 11SCSI命令(read capacity)的请求结构体。 12 13**起始版本:** 18 14 15**相关模块:** [SCSIPeripheralDDK](capi-scsiperipheralddk.md) 16 17**所在头文件:** [scsi_peripheral_types.h](capi-scsi-peripheral-types-h.md) 18 19## 汇总 20 21### 成员变量 22 23| 名称 | 描述 | 24| -- | -- | 25| uint32_t lbAddress | 逻辑单元地址。 | 26| uint8_t control | Control字段,用于指定一些控制信息。 | 27| uint8_t byte8 | CDB的第八个字节。 | 28| uint32_t timeout | 超时时间(单位: 毫秒)。 | 29 30 31