Skip to content

Commit

Permalink
Update LineaProCDV.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-petrov committed Mar 10, 2016
1 parent 80324a2 commit 77fd389
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions www/LineaProCDV.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,8 @@ LineaProCDV.prototype.barcodeStop = function() {
exec(null, null, "LineaProCDV", "stopBarcode", []);
};

LineaProCDV.prototype.setBarcodeScanModeDetectMotion = function() {
exec(null, null, "LineaProCDV", "setBarcodeScanModeDetectMotion", []);
};

LineaProCDV.prototype.setBarcodeScanModeSingleScan = function() {
exec(null, null, "LineaProCDV", "setBarcodeScanModeSingleScan", []);
};

LineaProCDV.prototype.setPassThroughSyncNo = function() {
exec(null, null, "LineaProCDV", "setPassThroughSyncNo", []);
};

LineaProCDV.prototype.setUSBChargeCurrent1000 = function() {
exec(null, null, "LineaProCDV", "setUSBChargeCurrent1000", []);
LineaProCDV.prototype.configureMode = function() {
exec(null, null, "LineaProCDV", "configureMode", []);
};

LineaProCDV.prototype.connectionChanged = function(state) {
Expand Down

0 comments on commit 77fd389

Please sign in to comment.