EasyManuals Logo
Home>Zebra>Tablet>TC56

Zebra TC56 Integrator Guide

Zebra TC56
200 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 #120 background imageLoading...
Page #120 background image
3 - 52 TC56 Touch Computer Integrator Guide for Android Version 6.0.1
extra_data: String "com.symbol.datawedge.api.EXTRA_PROFILENAME"
<profile name>: The Profile name to switch to as a string (case-sensitive).
Return Values
None.
Error and debug messages will be 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, e.g.
Error messages will be logged for invalid actions, parameters and failures (e.g. Profile not found or associated with
an application).
Example
Comments
This API function will have no effect if the specified Profile does not exist or is already associated with an
application.
DataWedge has a one-to-one relationship between Profiles and activities; a Profile can be associated only with a
single activity. When a Profile is first created, it's not associated with any application, and will not be activated until
associated. This makes it possible to create multiple unassociated Profiles.
This API function activates such Profiles.
For example, Profile A is unassociated and Profile B is associated with activity B. If activity A is launched and uses
SwitchToProfile function to switch to Profile A, then Profile A will be active whenever activity A is in the
foreground. When activity B comes to the foreground, DataWedge will automatically switch to Profile B.
$ adb logcat -s DWAPI
// define action and data strings
String switchToProfile = "com.symbol.datawedge.api.ACTION_SWITCHTOPROFILE";
String extraData = "com.symbol.datawedge.api.EXTRA_PROFILENAME";
public void onResume() {
super.onResume();
// create the intent
Intent i = new Intent();
// set the action to perform
i.setAction(switchToProfile);
// add additional info
i.putExtra(extraData, "myProfile");
// send the intent to DataWedge
context.this.sendBroadcast(i);
}

Table of Contents

Other manuals for Zebra TC56

Questions and Answers:

Question and Answer IconNeed help?

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

Zebra TC56 Specifications

General IconGeneral
Display diagonal5 \
Touch technologyDual-touch
Touchscreen typeCapacitive
Display resolution1280 x 720 pixels
Flash memory0.016 GB
Internal memory0.002 GB
Internal memory typeRAM
Compatible memory cardsMicroSD (TransFlash), MicroSDHC
Maximum memory card size128 GB
Processor familyQualcomm
Processor frequency1.8 GHz
Operating system version6.0
Operating system installedAndroid
RFID reader-
CertificationWFA (802.11n, 802.11ac, WMM-AC, Voice Enterprise, WMM-PS), Miracast WFA (Mobile AP / Personal Hotspot)
Product colorBlack, Silver
Linear (1D) barcodes supportedCode 39
International Protection (IP) codeIP67
Battery capacity4300 mAh
Data networkCDMA, EDGE, GPRS, GSM, HSPA, HSPA+, LTE, UMTS
Wi-Fi standards802.11a, Wi-Fi 5 (802.11ac), 802.11b, 802.11g, Wi-Fi 4 (802.11n)
Bluetooth version4.1
GSM bands supported850, 900, 1800, 1900 MHz
Security algorithmsAES, EAP-TTLS, FIPS 140-2, LEAP, MSCHAPv2, PEAP, TKIP, WEP, WPA, WPA2, WPA2-Enterprise
WCDMA bands supported850, 1900 MHz
Second cameraNo
Rear camera resolution (numeric)13 MP
Storage temperature (T-T)-40 - 70 °C
Operating temperature (T-T)-20 - 50 °C
Operating relative humidity (H-H)5 - 95 %
Weight and Dimensions IconWeight and Dimensions
Depth155 mm
Width75.5 mm
Height18.6 mm
Weight249 g

Related product manuals