com.honeywell.decodemanager.barcode
Class ImagerProperties

java.lang.Object
  extended by com.honeywell.decodemanager.barcode.ImagerProperties

public final class ImagerProperties
extends java.lang.Object


Field Summary
 int AimerColor
           
 int AimerType
           
 int AimerXoffset
          offset in X direction, relative to Aimer center.
 int AimerYoffset
          offset in Y direction, relative to Aimer center.
 int BitsPerPixel
          Pixel depth (valid values 2 or 8).
 int ColorFormat
           
 int Columns
          Number of columns (Imager width in pixels).
static  CREATOR
           
 int EngineID
           
 java.lang.String EnginePartNum
           
 java.lang.String EngineSerialNum
           
 int FirmwareEngineID
           
 int IllumColor
           
 int NumBuffers
           
 int Optics
           
 int PSOCMajorRev
           
 int PSOCMinorRev
           
 int Rotation
          Orientation(0-Normal, 1-Clockwise 90, 2-Upside Down, 3-Counter Clockwise 90).
 int Rows
          Number of rows (Imager hight in pixels).
 int Size
          total size of Size, EngineID , Rows, Columns, BitsPerPixel, Rotation , AimerXoffset, AimerYoffset ,AimerYoffset.
 int YDepth
           
 
Constructor Summary
ImagerProperties()
          Constructor of ImagerProperties.
 
Method Summary
 int describeContents()
          Describe the kinds of special objects contained in this Parcelable's marshalled representation.
 void readFromParcel(Parcel in)
          Set the point's coordinates from the data stored in the specified parcel.
 void writeToParcel(Parcel dest, int flags)
          Flatten this object in to a Parcel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Size

public int Size
total size of Size, EngineID , Rows, Columns, BitsPerPixel, Rotation , AimerXoffset, AimerYoffset ,AimerYoffset.


EngineID

public int EngineID
See Also:
com.honeywell.decodecommon.barcode.CommonDefine.EngineID

Rows

public int Rows
Number of rows (Imager hight in pixels).


Columns

public int Columns
Number of columns (Imager width in pixels).


BitsPerPixel

public int BitsPerPixel
Pixel depth (valid values 2 or 8).


Rotation

public int Rotation
Orientation(0-Normal, 1-Clockwise 90, 2-Upside Down, 3-Counter Clockwise 90).


AimerXoffset

public int AimerXoffset
offset in X direction, relative to Aimer center.


AimerYoffset

public int AimerYoffset
offset in Y direction, relative to Aimer center.


YDepth

public int YDepth

ColorFormat

public int ColorFormat

NumBuffers

public int NumBuffers

PSOCMajorRev

public int PSOCMajorRev

PSOCMinorRev

public int PSOCMinorRev

EngineSerialNum

public java.lang.String EngineSerialNum

FirmwareEngineID

public int FirmwareEngineID

AimerType

public int AimerType

AimerColor

public int AimerColor

IllumColor

public int IllumColor

Optics

public int Optics

EnginePartNum

public java.lang.String EnginePartNum

CREATOR

public static final  CREATOR
Constructor Detail

ImagerProperties

public ImagerProperties()
Constructor of ImagerProperties.

Method Detail

describeContents

public int describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Returns:
a bitmask indicating the set of special object types marshalled by the Parcelable.

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Flatten this object in to a Parcel.

Parameters:
dest - The Parcel in which the object should be written.
flags - Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.

readFromParcel

public void readFromParcel(Parcel in)
Set the point's coordinates from the data stored in the specified parcel. To write a point to a parcel, call writeToParcel().

Parameters:
in - The parcel to read the point's coordinates from.