public class DecodeResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte |
aimId
This variable will contain the AIM ID for the decoded symbology
|
byte |
aimModifier
This variable will contain the code modifier for the decoded symbology
|
java.lang.String |
barcodeData
This variable will contain the barcode data as a string type
|
byte[] |
byteBarcodeData
This variable will contain the barcode data as a byte[] type
|
byte |
codeId
This variable will contain the Honeywell Code ID for the decoded symbology
|
int |
length
This variable will contain the length of the barcode data that was decoded
|
Constructor and Description |
---|
DecodeResult() |
public java.lang.String barcodeData
public byte codeId
public byte aimId
public byte aimModifier
public int length
public byte[] byteBarcodeData