com.honeywell.decodemanager.barcode
Class SymbologyConfig

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

public class SymbologyConfig
extends java.lang.Object


Field Summary
static  CREATOR
           
 int Flags
          Flag value,bitwise OR all the enabled symbology property to produce this value.
 int Mask
          Mask value.
 int MaxLength
          maxmum length of barcode.
 int MinLength
          minmum length of barcode.
 int symID
          Symbology id.
 
Constructor Summary
SymbologyConfig()
          Constructor of CenteringWindow.
SymbologyConfig(int symbologyID)
          Constructor of CenteringWindow.
 
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

symID

public int symID
Symbology id.

See Also:
com.honeywell.decodecommon.barcode.CommonDefine.SymbologyID

Mask

public int Mask
Mask value.

See Also:
com.honeywell.decodecommon.barcode.CommonDefine.SymbologyMask

Flags

public int Flags
Flag value,bitwise OR all the enabled symbology property to produce this value.


MinLength

public int MinLength
minmum length of barcode.


MaxLength

public int MaxLength
maxmum length of barcode.


CREATOR

public static final  CREATOR
Constructor Detail

SymbologyConfig

public SymbologyConfig()
Constructor of CenteringWindow.


SymbologyConfig

public SymbologyConfig(int symbologyID)
Constructor of CenteringWindow.

Parameters:
symbologyID - One of the com.honeywell.decodecommon.barcode.CommonDefine.SymbologyID, eg SYM_CODE39.
Method Detail

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.

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.