DS5-AX User Manual Ver.0
2016. 03.17
64
IBarcodeInterface.aidl
These files are to communicate with barcode service
Name
Description of function
Parameter
Return Value
User Accessibility
Version
Open()
It activates barcode scanner module
None
Int (BARCODE_RESULT)
1.0.11
Close()
It deactivates barcode scanner module
None
Int (BARCODE_RESULT)
1.0.11
IsBarcodeOpened()
It is to check activation status of barcode scanner module
None
boolean
√
1.0.11
ScanStart()
It starts barcode scanning
None
Int (BARCODE_RESULT)
√
1.0.11
ScanStop()
It stops barcode scanning
None
Int (BARCODE_RESULT)
√
1.0.11
IsScanEnable()
It is to check usability of barcode scanning
None
boolean
√
1.0.11
SetScanEnable(booleanbEnable)
It is to set to enable/disable scanning
boolean bEnable
void
√
1.0.11
GetVersionInfo()
It brings version information of the scanner module
None
String
√
1.0.11
SetScanTimeout()
It is to set maximum term of reading per single trigging
float nTimeout
boolean
√
1.0.11
GetScanTimeout()
It is to get maximum term of reading per single trigging
None
float
√
1.0.11
GetRecvType()
It determines how to receive decoded data between Intent, keyboard, or
clipboard methods
None
Int (RECEIVE_TYPE)
√
1.0.11
SetRecvType(int nRecvType)
it is to check how to receive decoded data between Intent, keyboard, and
clipboard methods
int nRecvType
void
√
1.0.11
SetPrefix1(String strPrefix1)
It determines value of the first prefix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
String strPrefix1
boolean
1.0.11
GetPrefix1()
It is to check value of the first prefix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
None
String
1.0.11
SetPrefix2(String strPrefix2)
It determines value of the second prefix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
String strPrefix2
boolean
1.0.11
GetPrefix2()
It is to check value of the second prefix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
None
String
1.0.11
SetSuffix1(String strSuffix1)
It determines value of the first suffix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
String strSuffix1
boolean
1.0.11
GetSuffix1()
It is to check value of the first suffix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
None
String
1.0.11
SetSuffix2(String strSuffix2)
It determines value of the second suffix in KEYBOARD_EVENT, or
CLIPBOARD_EVENT
String strSuffix2
It is available for only 1
character.
boolean
1.0.11