Loading...
Searching...
No Matches
msc_test_unit_pkt_t Struct Reference

Packet structure to answer (SCSI_TEST_UNIT_READY) request. More...

Detailed Description

Packet structure to answer (SCSI_TEST_UNIT_READY) request.

See also
Inquiry Command from SCSI Primary Command

Definition at line 130 of file scsi.h.

#include <scsi.h>

Data Fields

uint8_t type
 type of device
 
uint8_t logical_unit
 Selected LUN.
 
uint8_t reserved [10]
 Reserved.
 

Field Documentation

◆ logical_unit

uint8_t msc_test_unit_pkt_t::logical_unit

Selected LUN.

Definition at line 132 of file scsi.h.

◆ reserved

uint8_t msc_test_unit_pkt_t::reserved[10]

Reserved.

Definition at line 133 of file scsi.h.

◆ type

uint8_t msc_test_unit_pkt_t::type

type of device

Definition at line 131 of file scsi.h.


The documentation for this struct was generated from the following file: