Searched defs:CAMERAWork (Results 1 – 1 of 1) sorted by relevance
122 typedef struct CAMERAWork struct124 BOOL lock;125 CAMERACallback callback;126 CAMERAResult result; // Only the leading data is in a different caregory127 void *callbackArg;128 CAMERAPxiCommand command; // Command type 129 CAMERAPxiResult pxiResult; // Only the leading data is in a different caregory130 … current; // Quantity of received data (in bytes) (excluding the leading data!!)131 u8 total; // Number of final data (1 + subsequent commands *3)132 u8 padding[2];[all …]