Skip to content

Cordova/Phonegap plugin that consumes the Intermec Barcode Scanner API

License

Notifications You must be signed in to change notification settings

shady786/cordova-intermec-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-intermec-scanner

Cordova/Phonegap plugin that consumes the Intermec Barcode Scanner API

This plugin allows a developer to hook into an Android Intermec devices datacollector service.

Install

cordova plugin add cordova-intermec-scanner

Enable Scanner

intermecScanner.activateScanner(function (result) { console.log("Scanner Result : " + result); });

Disable Scanner

intermecScanner.deactivateScanner(function () { console.log("Scanner Deactivated..."); });

About

Cordova/Phonegap plugin that consumes the Intermec Barcode Scanner API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors