Decoding Error; Data Sending; Physical Scan Button Simulation - CipherLab RK25 User Manual

Android programming
Hide thumbs Also See for RK25:
Table of Contents

Advertisement

1.7.4. DECODING ERROR

GeneralString.Intent_DECODE_ERROR
Purpose
If an error occurs in decoding the barcode, this intent is used to inform the
application.
Parameters
Syntax
getIntExtra(GeneralString.BcReaderDecodeError)

1.7.5. DATA SENDING

The table below depicts the data sent by intents or Keyboard Emulator depending on the
conditions.
Keyboard Emulator ON/OFF
On
Off

1.7.6. PHYSICAL SCAN BUTTON SIMULATION

Purpose
Simulate the scan button press and release.
Parameters
Example
Intent idown = new Intent("android.intent.action.FUNC_BUTTON");
sendBroadcast(idown);
Intent iup = new Intent("android.intent.action.FUNC_RELEASE_BUTTON");
sendBroadcast(iup);
GeneralString.BcReaderDecode
Error
Software Trigger
Data is sent by Intent
(Intent_SOFTTRIGGER_DATA)
instead of Keyboard Emulator.
Data is sent by Intent
(Intent_SOFTTRIGGER_DATA).
android.intent.action.FUNC_BUTTON
android.intent.action.FUNC_RELEASE
_BUTTON
Chapter 1 Barcode Reader API
Only for Codabar check digit verification.
(DecodeErrorType.ERROR_Codabar_Ver
ify_Check_Digit)
HW Scan Key
Data is sent by Keyboard
Emulator.
Data is sent by Intent
(Intent_PASS_TO_APP).
Press the scan button.
Release the scan button.
69

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RK25 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents