harmony 鸿蒙ScsiPeripheral_RequestSenseRequest

  • 2025-06-12
  • 浏览 (4)

ScsiPeripheral_RequestSenseRequest

Overview

Defines the request structure of the request sense command.

Since: 18

Related module: SCSI Peripheral DDK

Header file: scsi_peripheral_types.h

Summary

Member Variables

Name Description
uint8_t allocationLength Allocation length field used to specify the size of the buffer prepared by the request initiator (usually the host) for the response data.
uint8_t control Control field used to specify control information.
uint8_t byte1 First byte of the CDB.
uint32_t timeout Timeout duration, in ms.

Member Variable Description

allocationLength

uint8_t ScsiPeripheral_RequestSenseRequest::allocationLength

Description

Allocation length field used to specify the size of the buffer prepared by the request initiator (usually the host) for the response data.

byte1

uint8_t ScsiPeripheral_RequestSenseRequest::byte1

Description

First byte of the CDB.

control

uint8_t ScsiPeripheral_RequestSenseRequest::control

Description

Control field used to specify control information.

timeout

uint32_t ScsiPeripheral_RequestSenseRequest::timeout

Description

Timeout duration, in ms.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Driver Development Kit

harmony 鸿蒙Base DDK

harmony 鸿蒙DDK_Ashmem

harmony 鸿蒙Hid_AbsAxesArray

harmony 鸿蒙Hid_Device

harmony 鸿蒙Hid_EmitItem

harmony 鸿蒙Hid_EventProperties

harmony 鸿蒙Hid_EventTypeArray

harmony 鸿蒙Hid_KeyCodeArray

harmony 鸿蒙Hid_MscEventArray

0  赞