• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ScsiPeripheral_BasicSenseInfo
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## Overview
10
11Defines the basic information about the sense data.
12
13**Since**: 18
14
15**Related module**: [SCSIPeripheralDDK](capi-scsiperipheralddk.md)
16
17**Header file**: [scsi_peripheral_types.h](capi-scsi-peripheral-types-h.md)
18
19## Summary
20
21### Member Variables
22
23| Name| Description|
24| -- | -- |
25| uint8_t responseCode | Response code.|
26| bool valid | Information validity flag.|
27| uint64_t information | **Information** field.|
28| uint64_t commandSpecific | **Command-specific information** field.|
29| bool sksv | Flag of the **Sense key specific** field.|
30| uint32_t senseKeySpecific | **Sense key specific** field.|
31