69 typedef void (*callbackTFC)(
TFC& tfc,
void* caller);
95 void sendCmdUSBTransferOutOn();
102 void sendCmdUSBTransferOutOff();
115 void sendCmdZoom(
int zoomLevel);
123 callbackTFC mCallbackTFC;
124 void* mCallingInstance;
127 static void WrapperCallbackTCFusionZoomService(
TFC& tfc,
void* caller);
128 void callbackTCFusionZoomService(
TFC& tfc);
131 #endif // TCFUSIONZOOM_H unsigned char * irData
TMC data.
Definition: tcfusionzoom.h:17
unsigned int irDataSize
TMC data size.
Definition: tcfusionzoom.h:23
Class for connecting "TCFusionZoom".
Definition: tcfusionzoom.h:63
unsigned char * jpegData
Jpeg data.
Definition: tcfusionzoom.h:29
unsigned int jpegDataSize
Jpeg data size.
Definition: tcfusionzoom.h:35
Definition: tcfusionzoom.h:6