Android Programming Guide
1.7. INTENT
1.7.1. READER SERVICE CONNECTION
GeneralString.Intent_READERSERVICE_CONNECTED
Purpose
After running InitInstance, the system makes connection between the application
and the reader service. With success in making connection, this intent is sent.
1.7.2. SOFTWARE TRIGGER
GeneralString.Intent_SOFTTRIGGER_DATA
Purpose
By calling SoftScanTrigger() to scan the barcode with success, this intent is used
to inform the application. Parameters supported are as follows.
Parameters
Syntax
getStringExtra(GeneralString.BcReaderData)
getByteArrayExtra(GeneralString.BcReaderDataArray)
getIntExtra(GeneralString.BcReaderCodeType)
getStringExtra(GeneralString.BcReaderCodeTypeStr)
1.7.3. HARDWARE SCAN KEY
GeneralString.Intent_PASS_TO_APP
Purpose
When using the hardware scan key to read the barcode with success, this intent
is used to inform the application (Keyboard Emulator is not enabled). Parameters
supported are as follows.
Parameters
Syntax
getStringExtra(GeneralString.BcReaderData)
getByteArrayExtra(GeneralString.BcReaderDataArray)
getIntExtra(GeneralString.BcReaderCodeType)
getStringExtra(GeneralString.BcReaderCodeTypeStr)
68
GeneralString.BcReaderData
GeneralString.BcReaderData
Array
GeneralString.BcReaderCode
Type
GeneralString.BcReaderCode
TypeStr
GeneralString.BcReaderData
GeneralString.BcReaderData
Array
GeneralString.BcReaderCode
Type
GeneralString.BcReaderCode
TypeStr
Decode data (Post-Process by Reder
Service)
Raw decode data
Decode code type (refer to
Code Type &
Symbology)
Decode code type string
Decode data (Post-Process by Reder
Service)
Raw decode data
Decode code type (refer to
Code Type &
Symbology)
Decode code type string
Appendix III
Appendix III
Need help?
Do you have a question about the RK25 and is the answer not in the manual?
Questions and answers