![]() |
![]() |
MSC Logical unit structure. More...
#include <csl_msc.h>
Data Fields | |
| Uint16 | scsiInquiryData [CSL_MSC_SCSI_INQUIRY_LEN] |
| SCSI Inquiry Data. | |
| Uint32 | mediaSize |
| Number of logical blocks in the media During init this filed is set to value -1. | |
| Uint32 | currLba |
| the current LBA | |
| Uint32 | lbaSize |
| Logical Block Size. | |
| Uint16 | removeable |
| Removable or NonRemovable Media. | |
| Uint16 | mediaState |
| Media State. | |
| Uint16 | readwrite |
| Device is Readable and/or writeable. | |
| Uint16 | lbaCnt |
| Contains number of LB that has to be read/written. | |
| Uint16 | verifyFlag |
| Contains status of previous write in this variable. | |
MSC Logical unit structure.
Holds all the components for the logical unit This structure is filled with the data given by the application through CSL_MscLunAttribApp structure
1.7.4