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 aimID
      AIM ID of the barcode ( default 0 )
    • aimModifier

      public byte aimModifier
      AIM ID modifier of the barcode ( default 0 )
    • length

      public int length
      Length of barcode ( default 0 )
    • symbologyID

      public int symbologyID
      SymbologyID of the barcode ( default 0 )
    • symbologyName

      public String symbologyName
      Symbol name of the barcode ( default null )
    • time

      public int time
      Reading time ( default 0 )
    • value

      public byte[] value
      Scanned 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.