#include <StillImage.h>
Data Fields | |
uint32_t | DataLength |
uint16_t | Type |
uint16_t | Code |
uint32_t | TransactionID |
uint32_t | Params [5] |
Type define for a PIMA container, use to send commands and receive responses to and from an attached Still Image device.
uint16_t SI_PIMA_Container_t::Code |
Command, event or response code of the container
uint32_t SI_PIMA_Container_t::DataLength |
Length of the container and data, in bytes
uint32_t SI_PIMA_Container_t::Params[5] |
Block parameters to be issued along with the block code (command blocks only)
uint32_t SI_PIMA_Container_t::TransactionID |
Unique container ID to link blocks together
uint16_t SI_PIMA_Container_t::Type |
Container type, a value from the PIMA_Container_Types_t enum