com.accessltd.device
Interface AccessOCRDataListener
public interface AccessOCRDataListener
This interface provides callback for data coming from OCR reader.
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 |
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
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.