Description
Source
Call Graph
LUN_Read
Reads data from a LUN, starting at the specified block address.


Syntax / parameters
Name |
Type |
Default |
Description |
lun |
MSDLun *
|
|
|
blockAddress |
unsigned int
|
|
First block address to read
|
data |
void *
|
|
Pointer to a data buffer in which to store the data
|
length |
unsigned int
|
|
Number of blocks to read
|
callback |
TransferCallback
|
|
Optional callback to invoke when the read finishes
|
argument |
void *
|
|
|
|
Return value |
unsigned char
|
|
Operation result code
|
Description
Reads data from a LUN, starting at the specified block address.
Source
The documentation for this Member was generated from the following files:
MSDLun.c