DataWedge
94
Parameters
ACTION [String]: "com.symbol.datawedge.api.ENUMERATE_SCANNERS"
Return Values
The enumerated list of scanners will be returned via the broadcast Intent
"com.symbol.datawedge.api.ACTION_ENUMERATEDSCANNERLIST". The list of scanners is returned as a
string array (see the example below).
Error and debug messages are logged to the Android logging system which then can be viewed and filtered by
the logcat command. You can use logcat from an ADB shell to view the log messages. For example:
Error messages are logged for invalid actions and parameters.
$ adb logcat -s DWAPI