1# ScsiPeripheral_CapacityInfo 2 3 4## Overview 5 6Defines the SCSI read capacity. 7 8**Since**: 18 9 10**Related module**: [SCSI Peripheral DDK](_s_c_s_i.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| uint32_t [lbAddress](#lbaddress) | Address of the logical unit.| 21| uint32_t [lbLength](#lblength) | Length of a single logical unit, in bytes.| 22 23 24## Member Variable Description 25 26 27### lbAddress 28 29``` 30uint32_t ScsiPeripheral_CapacityInfo::lbAddress 31``` 32 33**Description** 34 35Address of the logical unit. 36 37 38### lbLength 39 40``` 41uint32_t ScsiPeripheral_CapacityInfo::lbLength 42``` 43 44**Description** 45 46Length of a single logical unit, in bytes. 47