JoeScan
  home
our story
news  and events
contact us
    our products
how it works
applications support service

tagImage Struct Reference

#include <jcam_dll.h>

List of all members.


Detailed Description

Image data from the scanner.


Public Attributes

INT32 exposureTime
 How many 10 microsecond units the camera was exposed.
INT32 reserved1
 Currently unused.
INT32 reserved2
 Currently unused.
INT32 numberHorizontal
 The number of horizontal pixels.
INT32 numberVertical
 The number of vertical pixels.
UINT8 image [MAX_HORIZONTAL *MAX_VERTICAL]
 The image pixels.

Member Data Documentation

INT32 tagImage::exposureTime
 

How many 10 microsecond units the camera was exposed.

INT32 tagImage::reserved1
 

Currently unused.

INT32 tagImage::reserved2
 

Currently unused.

INT32 tagImage::numberHorizontal
 

The number of horizontal pixels.

INT32 tagImage::numberVertical
 

The number of vertical pixels.

UINT8 tagImage::image[MAX_HORIZONTAL *MAX_VERTICAL]
 

The image pixels.

MAX_VERTICAL and MAX_HORIZONTAL are defined in jsConstants.


The documentation for this struct was generated from the following file: