com.honeywell.decodemanager.barcode
Class DecodeResult

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

public final class DecodeResult
extends java.lang.Object


Field Summary
 byte aimId
          Unique characters defined by AIM (Association for Automatic Identification and Mobility) to identify symbologies.
 byte aimModifier
          Unique characters defined by AIM (Association for Automatic Identification and Mobility) to identify symbologies.
 java.lang.String barcodeData
          barcode data.
 byte codeId
          Unique characters defined by Honeywell to identify symbologies.
static  CREATOR
           
 int length
          the length of barcode data.
 
Constructor Summary
DecodeResult()
           
 
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

barcodeData

public java.lang.String barcodeData
barcode data.


codeId

public byte codeId
Unique characters defined by Honeywell to identify symbologies.


aimId

public byte aimId
Unique characters defined by AIM (Association for Automatic Identification and Mobility) to identify symbologies. These are returned by the decode library and are used (alone or in combination with Honeywell symbology ID characters) to identify the format of decoded data.


aimModifier

public byte aimModifier
Unique characters defined by AIM (Association for Automatic Identification and Mobility) to identify symbologies. These are returned by the decode library and are used (alone or in combination with Honeywell symbology ID characters) to identify the format of decoded data.


length

public int length
the length of barcode data.


CREATOR

public static final  CREATOR
Constructor Detail

DecodeResult

public DecodeResult()
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.