1# ScsiPeripheral_TestUnitReadyRequest 2 3 4## 概述 5 6命令(test unit ready)的请求结构体。 7 8**起始版本:** 18 9 10**相关模块:**[SCSI Peripheral DDK](_s_c_s_i.md) 11 12**所在头文件:** [scsi_peripheral_types.h](scsi__peripheral__types_8h.md) 13 14 15## 汇总 16 17 18### 成员变量 19 20| 名称 | 描述 | 21| -------- | -------- | 22| uint8_t [control](#control) | Control字段,用于指定一些控制信息。 | 23| uint32_t [timeout](#timeout) | 超时时间(单位:毫秒)。 | 24 25 26## 结构体成员变量说明 27 28 29### control 30 31``` 32uint8_t ScsiPeripheral_TestUnitReadyRequest::control 33``` 34 35**描述** 36 37Control字段,用于指定一些控制信息。 38 39 40### timeout 41 42``` 43uint32_t ScsiPeripheral_TestUnitReadyRequest::timeout 44``` 45 46**描述** 47 48超时时间(单位:毫秒)。 49