SBC_GetCommandInformation
Default mainpageat91libusbdevicemassstorageSBC_GetCommandInformation
Description Source Call Graph
SBC_GetCommandInformation
Return information about the transfer length and direction expected by the device for a particular command.
 
Syntax / parameters
unsigned char SBC_GetCommandInformation (void *command, unsigned int *length, unsigned char *type, MSDLun *lun)

Name Type Default Description
command void *
  Pointer to a buffer holding the command to evaluate
length unsigned int *
  Expected length of the data transfer
type unsigned char *
  Expected direction of data transfer
lun MSDLun *
  Pointer to the LUN affected by the command
 
Return value unsigned char
   
Description
Return information about the transfer length and direction expected by the device for a particular command.

 
Source
The documentation for this Member was generated from the following files:
  • SBCMethods.c