com.accessltd.device
Interface AccessOCRDataListener


public interface AccessOCRDataListener

This interface provides callback for data coming from OCR reader.


Field Summary
static java.lang.String[] OCR_PARSED_FIELD_IDS
           
static java.lang.String[] OCR_PARSED_FIELD_NAMES
           
 
Method Summary
 void AccessDataOCRLinesRx(java.nio.ByteBuffer[] dataReceivedLine, int[] dataReceivedLen)
          Implements a call back method for data read by the OCR reader.
 void AccessDataOCRRx(java.nio.ByteBuffer dataReceived, int dataReceivedLen)
          Implements a call back method for data
 

Field Detail

OCR_PARSED_FIELD_NAMES

static final java.lang.String[] OCR_PARSED_FIELD_NAMES

OCR_PARSED_FIELD_IDS

static final java.lang.String[] OCR_PARSED_FIELD_IDS
Method Detail

AccessDataOCRRx

void AccessDataOCRRx(java.nio.ByteBuffer dataReceived,
                     int dataReceivedLen)
Implements a call back method for data


AccessDataOCRLinesRx

void AccessDataOCRLinesRx(java.nio.ByteBuffer[] dataReceivedLine,
                          int[] dataReceivedLen)
Implements a call back method for data read by the OCR reader. Return data received in line format.