View Single Post
  #1 (permalink)  
Old 07-26-2005
mwilson mwilson is offline
Registered User
 
Name: Mark Wilson
Organization: University of Rochester
Project: Omega EP laser
 
Join Date: Jul 2005
Location: Rochester, NY
Posts: 74
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
Reply With Quote