DS5-AX User Manual Ver.0
2016. 03.17
63
already
RESULT_OPEN_FAIL
Barcode scanner open fail
1.0.11
RESULT_NOT_ON_SCANNING
Do not use anymore
1.0.11
RESULT_SCAN_DISABLE
Scanning disable status
1.0.11
RESULT_DRIVER_ERROR
Error in barcode driver layer
1.0.11
RECEIVE_TYPE
Parameter
Value
ㆍvoid SetRecvType(int nRecvType)
ㆍint GetRecvType()
INTENT_EVENT
It is receiving data with INTENT method. Regarding
Action
Name
and
Extra Value
of the specific INTENT, please refer
below;
ㆍGetIntentName()
ㆍ
GetIntentBarcodeData()
ㆍ
GetIntentSymData()
1.0.11
KEYBOARD_EVENT
Print decoding data typing with virtual keyboard
1.0.11
CLIPBOARD_EVENT
After putting the decoded data in Clipboard, print it using
Menu
+
V
key
1.0.11
SCAN_NOTIFICATION
Parameter
Value
ㆍInt GetScanSuccessNoti()
ㆍvoid SetScanSuccessNoti(int nNoti)
ㆍint GetScanFailNoti()
ㆍvoid SetScanFailNoti(int nNoti)
NOTI_MUTE
No sound
1.0.11
NOTI_SOUND
Sound
1.0.11
NOTI_VIB
Vibration
1.0.11
NOTI_SOUND_VIB
Sound and vibration
1.0.11
DELAY_MODE
Parameter
Value
ㆍint GetDelayMode()
ㆍvoid SetDelayMode(int nMode)
ㆍint GetCustomDelayTime()
ㆍvoid
SetCustomDelayTime(int
nDelayTime)
ㆍint GetDelayTime()
DELAYMODE_NONE
0 sec
1.0.11
DELAYMODE_SLOWLY
0.1 sec
1.0.11
DELAYMODE_NORMAL
0.01 sec
1.0.11
DELAYMODE_FAST
0.001 sec
1.0.11
DELAYMODE_USER_DEFINITION
User programmable option
1.0.11
SYMBOLOGY_IDENT
Symbology
identity
ㆍBroadcastReceiver
(@Override
public
void
onReceive(Context context, Intent intent)
Please refer BarcodeDeclaration.java
file
1.0.11
SYMBOLOGY_ENABLE
Parameter
Value
ㆍboolean
SE4750_SetSymbologyEnable(int
nIdent,boolean bEnable)
Please refer BarcodeDeclaration.java
file
1.0.11