harmony 鸿蒙ScsiPeripheral_ReadCapacityRequest
ScsiPeripheral_ReadCapacityRequest
Overview
Request structure of the read capacity command.
Since: 18
Related module: SCSI Peripheral DDK
Header file: scsi_peripheral_types.h
Summary
Member Variables
Name | Description |
---|---|
uint32_t lbAddress | Address of the logical unit. |
uint8_t control | Control field used to specify control information. |
uint8_t byte8 | Eighth byte of the CDB. |
uint32_t timeout | Timeout duration, in ms. |
Member Variable Description
byte8
uint8_t ScsiPeripheral_ReadCapacityRequest::byte8
Description
Eighth byte of the CDB.
control
uint8_t ScsiPeripheral_ReadCapacityRequest::control
Description
Control field used to specify control information.
lbAddress
uint32_t ScsiPeripheral_ReadCapacityRequest::lbAddress
Description
Address of the logical unit.
timeout
uint32_t ScsiPeripheral_ReadCapacityRequest::timeout
Description
Timeout duration, in ms.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦