EasyManuals Logo

Zebra VC8300 User Manual

Zebra VC8300
227 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 #174 background imageLoading...
Page #174 background image
DataWedge
174
Example
Comments
The scanner and its parameters are set based on the currently active Profile.
//
// Call before sending the enumeration query
//
public void registerReciever(){
IntentFilter filter = new IntentFilter();
filter.addAction("com.symbol.datawedge.api.RESULT_ACTION");//RESULT_ACTION
filter.addCategory(Intent.CATEGORY_DEFAULT);
registerReceiver(enumeratingBroadcastReceiver, filter);
}
//
// Send the enumeration command to DataWedge
//
public void enumerateScanners(){
Intent i = new Intent();
i.setAction("com.symbol.datawedge.api.ACTION");
i.putExtra("com.symbol.datawedge.api.ENUMERATE_SCANNERS", "");
this.sendBroadcast(i);
}
public void unRegisterReciever(){
unregisterReceiver(enumeratingBroadcastReceiver);
}
//
// Create broadcast receiver to receive the enumeration result
//
private BroadcastReceiver enumeratingBroadcastReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
String action = intent.getAction();
Log.d(TAG, "Action: " + action);
if(action.equals("com.symbol.datawedge.api.RESULT_ACTION")){
//
// enumerate scanners
//
if(intent.hasExtra("com.symbol.datawedge.api.RESULT_ENUMERATE_SCANNERS")) {
ArrayList<Bundle> scannerList = (ArrayList<Bundle>)
intent.getSerializableExtra("com.symbol.datawedge.api.RESULT_ENUMERATE_SCANNERS");
if((scannerList != null) && (scannerList.size() > 0)) {
for (Bundle bunb : scannerList){
String[] entry = new String[4];
entry[0] = bunb.getString("SCANNER_NAME");
entry[1] = bunb.getBoolean("SCANNER_CONNECTION_STATE")+"";
entry[2] = bunb.getInt("SCANNER_INDEX")+"";
entry[3] = bunb.getString("SCANNER_IDENTIFIER");
Log.d(TAG, "Scanner:" + entry[0] + " Connection:" + entry[1] + " Index:" + entry[2] + " ID:" + entry[3]);
}
}
}
}
}
};

Table of Contents

Other manuals for Zebra VC8300

Questions and Answers:

Question and Answer IconNeed help?

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

Zebra VC8300 Specifications

General IconGeneral
Display diagonal8 \
Touchscreen typeCapacitive
Display resolution1280 x 720 pixels
Flash memory32 GB
Internal memory4 GB
Internal memory type-
Number of cores8
Processor model660
Processor familySnapdragon
Processor frequency2.2 GHz
Operating system version8.1
Operating system installedAndroid
Wi-Fi standards802.11a, 802.11b, 802.11g, Wi-Fi 4 (802.11n), Wi-Fi 5 (802.11ac)
Bluetooth version5.0
SpeakersMono
RS-232 input ports2
Headphone connectivity3.5 mm
USB 2.0 ports quantity1
Operating temperature (T-T)-30 - 50 °C
Battery capacity- mAh
Product colorBlack
Keyboard layoutQWERTY
International Protection (IP) codeIP66
Harmonized System (HS) code84713000
Weight and Dimensions IconWeight and Dimensions
Depth90 mm
Width276 mm
Height238 mm
Weight3700 g