Open FFBoard
Open source force feedback firmware
scsi_read_capacity10_resp_t Struct Reference

SCSI Read Capacity 10 Response Data. More...

#include <msc.h>

Public Attributes

uint32_t last_lba
 The last Logical Block Address of the device. More...
 
uint32_t block_size
 Block size in bytes. More...
 

Detailed Description

SCSI Read Capacity 10 Response Data.

Definition at line 357 of file msc.h.

Member Data Documentation

◆ block_size

uint32_t scsi_read_capacity10_resp_t::block_size

Block size in bytes.

Definition at line 359 of file msc.h.

◆ last_lba

uint32_t scsi_read_capacity10_resp_t::last_lba

The last Logical Block Address of the device.

Definition at line 358 of file msc.h.


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