EasyManuals Logo

Zebra CC6000 User Manual

Zebra CC6000
151 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #107 background imageLoading...
Page #107 background image
DataWedge
107
Error messages will be logged for invalid actions and parameters.
Example
Comments
This Data Capture API intent allows the scanner plug-in for the current Profile to be enabled or disabled. For
example, activity A launches and uses the Data Capture API intent to switch to ProfileA in which the scanner
plug-in is enabled, then at some point it uses the Data Capture API to disable the scanner plug-in. Activity B is
launched. In DataWedge, ProfileB is associated with activity B. DataWedge switches to ProfileB. When activity
A comes back to the foreground, in the
onResume method, activity A needs to use the Data Capture API intent
to switch back to ProfileA, then use the Data Capture API intent again to disable the scanner plug-in, to return
back to the state it was in.
NOTE: Use of this API changes only the runtime status of the scanner; it does not make persistent changes to the Profile.
The above assumes that ProfileA is not associated with any applications/activities, therefore when focus switches back to
activity A, DataWedge will not automatically switch to ProfileA therefore activity A must switch back to ProfileA in its
onResume method. Because DataWedge will automatically switch Profile when an activity is paused, it is recommended
that this API function be called from the onResume method of the activity.
Enumerate Scanners
Use the enumerateScanners API command to get a list of scanners available on the device.
$ adb logcat -s DWAPI
// define action and data strings
String scannerInputPlugin = "com.symbol.datawedge.api.ACTION_SCANNERINPUTPLUGIN";
String extraData = "com.symbol.datawedge.api.EXTRA_PARAMETER";
public void onResume() {
// create the intent
Intent i = new Intent();
// set the action to perform
i.setAction(scannerInputPlugin);
// add additional info
i.putExtra(extraData, "DISABLE_PLUGIN");
// send the intent to DataWedge
context.this.sendBroadcast(i);
}

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Zebra CC6000 and is the answer not in the manual?

Zebra CC6000 Specifications

General IconGeneral
Megapixel5 MP
Supported video modes1080p
Operating system version11
Operating system installedAndroid
Product colorBlack
Display diagonal10.1 \
Display resolution1280 x 800 pixels
Display aspect ratio16:10
Connectivity technologyWired & Wireless
Number of displays supported-
Wi-Fi standards802.11a, 802.11b, 802.11g, Wi-Fi 4 (802.11n), Wi-Fi 5 (802.11ac)
Networking standardsIEEE 802.3at
Ethernet interface typeGigabit Ethernet
Ethernet LAN (RJ-45) ports1
Speaker power2 W
Number of speakers2
Compatible memory cardsMicroSD (TransFlash)
AC adapter input voltage110/220 V
AC adapter output current3 A
AC adapter output voltage5.4 V
Storage temperature (T-T)-40 - 70 °C
Operating temperature (T-T)0 - 40 °C
Operating relative humidity (H-H)5 - 95 %
Harmonized System (HS) code85176920
Weight and Dimensions IconWeight and Dimensions
Depth201 mm
Width278 mm
Height36 mm
Weight980 g

Related product manuals