|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.DecodeResult
public final class DecodeResult
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 |
---|
public java.lang.String barcodeData
public byte codeId
public byte aimId
public byte aimModifier
public int length
public static finalCREATOR
Constructor Detail |
---|
public DecodeResult()
Method Detail |
---|
public void readFromParcel(Parcel in)
in
- The parcel to read the point's coordinates from.public int describeContents()
public void writeToParcel(Parcel dest, int flags)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |