Package com.casioeurope.mis.edt.type
Class ScanResult
Object
ScanResult
public class ScanResult extends Object
Scan Result class for use in
ScannerLibrary
methods-
Field Summary
Fields Modifier and Type Field Description byte
aimID
AIM ID of the barcode ( default 0 )byte
aimModifier
AIM ID modifier of the barcode ( default 0 )int
length
Length of barcode ( default 0 )int
symbologyID
SymbologyID of the barcode ( default 0 )String
symbologyName
Symbol name of the barcode ( default null )int
time
Reading time ( default 0 )byte[]
value
Scanned barcode data ( default null ) -
Constructor Summary
Constructors Constructor Description ScanResult()
Create a instance of the ScanResult class. -
Method Summary
Modifier and Type Method Description void
clear()
Reset all fields of this ScanResult Object to default values.
-
Field Details
-
aimID
public byte aimIDAIM ID of the barcode ( default 0 ) -
aimModifier
public byte aimModifierAIM ID modifier of the barcode ( default 0 ) -
length
public int lengthLength of barcode ( default 0 ) -
symbologyID
public int symbologyIDSymbologyID of the barcode ( default 0 ) -
symbologyName
Symbol name of the barcode ( default null ) -
time
public int timeReading time ( default 0 ) -
value
public byte[] valueScanned barcode data ( default null )
-
-
Constructor Details
-
ScanResult
public ScanResult()Create a instance of the ScanResult class. All Fields will have their default values.
-
-
Method Details
-
clear
public void clear()Reset all fields of this ScanResult Object to default values.
-