#include <StillImage.h>
Data Fields | |
struct { | |
uint8_t DataINPipeNumber | |
bool DataINPipeDoubleBank | |
uint8_t DataOUTPipeNumber | |
bool DataOUTPipeDoubleBank | |
uint8_t EventsPipeNumber | |
bool EventsPipeDoubleBank | |
} | Config |
struct { | |
bool IsActive | |
uint16_t DataINPipeSize | |
uint16_t DataOUTPipeSize | |
uint16_t EventsPipeSize | |
bool IsSessionOpen | |
uint32_t TransactionID | |
} | State |
struct { ... } USB_ClassInfo_SI_Host_t::Config |
Config data for the USB class interface within the device. All elements in this section must be set or the interface will fail to enumerate and operate correctly.
Pipe number of the Still Image interface's IN data pipe
Size in bytes of the Still Image interface's IN data pipe
Indicates if the Still Image interface's IN data pipe should use double banking Pipe number of the Still Image interface's OUT data pipe
Size in bytes of the Still Image interface's OUT data pipe
Indicates if the Still Image interface's OUT data pipe should use double banking Pipe number of the Still Image interface's IN events endpoint, if used
Size in bytes of the Still Image interface's IN events pipe
Indicates if the current interface instance is connected to an attached device, valid after SI_Host_ConfigurePipes() is called and the Host state machine is in the Configured state
Indicates if a PIMA session is currently open with the attached device
struct { ... } USB_ClassInfo_SI_Host_t::State |
State data for the USB class interface within the device. All elements in this section may be set to initial values, but may also be ignored to default to sane values when the interface is enumerated.
Transaction ID for the next transaction to send to the device