/* Public Interface - May be used in end-application: */\r
/* Macros: */\r
/** Error code for some Still Image Host functions, indicating a logical (and not hardware) error */\r
- #define SI_ERROR_LOGICAL_CMD_FAILED 0xC0\r
+ #define SI_ERROR_LOGICAL_CMD_FAILED 0x80\r
\r
/* Type Defines: */\r
typedef struct\r
/** Receives an asynchronous event block from the device via the asynchronous events pipe.\r
*\r
* \param[in,out] SIInterfaceInfo Pointer to a structure containing a Still Image Class host configuration and state\r
- * \param[out] SI_PIMA_Container_t Pointer to a PIMA container structure where the event should be stored\r
+ * \param[out] PIMAHeader Pointer to a PIMA container structure where the event should be stored\r
*\r
* \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum, or \ref SI_ERROR_LOGICAL_CMD_FAILED if the device\r
* returned a logical command failure\r