StillImage.h File Reference

#include "../../USB.h"
#include <string.h>

Data Structures

struct  SI_PIMA_Container_t

Defines

#define UNICODE_STRING_LENGTH(chars)   (chars << 1)
#define PIMA_COMMAND_SIZE(params)
#define PIMA_DATA_SIZE(datalen)

Enumerations

enum  SI_PIMA_Container_Types_t {
  CType_Undefined = 0,
  CType_CommandBlock = 1,
  CType_DataBlock = 2,
  CType_ResponseBlock = 3,
  CType_EventBlock = 4
}
enum  SI_PIMA_ResponseCodes_t {
  PIMA_RESPONSE_OK = 1,
  PIMA_RESPONSE_GeneralError = 2,
  PIMA_RESPONSE_SessionNotOpen = 3,
  PIMA_RESPONSE_InvalidTransaction = 4,
  PIMA_RESPONSE_OperationNotSupported = 5,
  PIMA_RESPONSE_ParameterNotSupported = 6
}

Generated on Sun Nov 22 16:00:09 2009 for LUFA (Formerly MyUSB) Library by  doxygen 1.6.1