• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ScsiPeripheral_RequestSenseRequest
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命令(request sense)的请求结构体。
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| uint8_t allocationLength | Allocation length字段,指定了请求方向发起者(通常是主机)为响应数据准备的缓冲区大小。 |
26| uint8_t control | Control字段,用于指定一些控制信息。 |
27| uint8_t byte1 | CDB的第一个字节。 |
28| uint32_t timeout | 超时时间(单位: 毫秒)。 |
29
30
31