CipherLab RK25 User Manual page 29

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

Advertisement

settings.clearPreviousData = Enable_State.TRUE;
mReaderManager.Set_ReaderOutputConfiguration(settings);
Remarks
Depending on reader type and associated reader setting, the fields of output
record may differ.
When data comes from barcode reader, data fields may include:
[Code Type][Prefix Code][Decode Data][Suffix Code][Code Length]
[Code Type]:
[Prefix Code]:
[Decode Data]:
[Suffix Code]:
[Code Length]:
See Also
Get_ReaderOutputConfiguration
SoftScanTrigger
Purpose
Emulates the behaviour of physical trigger key.
The following steps have to be done beforehand:
1. Register for the CipherLab-specific string –
2. Receive the registered string by calling the Android BroadcastReceiver()
3. Fetch the data from the received Intent.
Syntax
void SoftScanTrigger ();
This field is output only when showCodeType value is TRUE.
This field is output only when szPrefixCode is non-zero.
This field is output only when enableKeyboardEmulation value
is InputMethod or KeyEvent.
This field is output only when szSuffiixCode value is non-zero.
This field is output only when showCodeLen value is TRUE.
(Prefix/suffix codes are not included.)
com.cipherlab.barcode.GeneralString.Intent_SOFTTRIGGER_DATA – by
calling the android.content.ContextWrapper.registerReceiver function.
function.
Chapter 1 Barcode Reader API
21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents