Useful constants for receiving scan result. You can register a BroadcastReceiver with {@link #ACTION_SCANNER_RESULT} added intent-filter. And use the constants defined here to get the received scan information from the intent.
WP850
method | description |
---|
Member | description |
---|---|
public static final String SCAN_BARCODE1 |
The first barcode.
Supported Products:WP850 |
public static final String SCAN_BARCODE2 |
The second barcode.
Supported Products:WP850 |
public static final String SCAN_BARCODE_TYPE_NAME |
The name of the barcode type.
Supported Products:WP850 |
public static final String SCAN_STATE |
Scan result state.
Supported Products:WP850 |
public static final String SCAN_STATE_FAIL |
Scan state: Indicates scan failure.
Supported Products:WP850 |
public static final String SCAN_STATE_OK |
Scan state: Indicates successful scan.
Supported Products:WP850 |