/** Current State information structure for \ref USB_ClassInfo_MS_Device_t Mass Storage device interface structures. */\r
typedef struct\r
{\r
- CommandBlockWrapper_t CommandBlock; /**< Mass Storage class command block structure, used internally\r
- * by the class driver\r
+ CommandBlockWrapper_t CommandBlock; /**< Mass Storage class command block structure, stores the received SCSI\r
+ * command from the host which is to be processed\r
*/\r
- CommandStatusWrapper_t CommandStatus; /**< Mass Storage class command status structure, used internally\r
- * by the class driver\r
+ CommandStatusWrapper_t CommandStatus; /**< Mass Storage class command status structure, set elements to indicate\r
+ * the issued command's success or failure to the host\r
*/\r
\r
bool IsMassStoreReset; /**< Flag indicating that the host has requested that the Mass Storage interface be reset\r