|
Large chunks of data
Hi,
I am working on a video service which will transfer image data (>1 MegaPixel) as a return type. I plan to define this as:
interface IMAQ
...
sequence<byte> acquire();
....
Is this the proper way to do this?
Thanks,
Mark
__________________
Mark E. Wilson
Lead Programmer/Analyst
Omega EP Project
Laboratory for Laser Energetics (www.lle.rochester.edu)
University of Rochester
Rochester, NY 14623
|