Uses of Class
sdt.brc.android.BarcodeReaderResult

Uses of BarcodeReaderResult in sdt.brc.android
 

Methods in sdt.brc.android that return BarcodeReaderResult
 BarcodeReaderResult BarcodeReader.getResultAt(int pos)
          The method returns BarcodeReaderResult object containg information about successfully recognized barcode in the previous call to BarcodeReader.readRGBBuffer(byte[] data, int width, int height, int bpp).
 

Method parameters in sdt.brc.android with type arguments of type BarcodeReaderResult
 void OnRecognitionListener.onRecognitionResults(List<BarcodeReaderResult> results, YuvImage srcImage)
          This method will be invoked when recognition completes and one or several barcodes has been recognized.