Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SebLevDev/cordova-plugin-famocolaser

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-famocolaser

Cordova plugin to use the Famoco FX300 laser Motorola SE4500

Installation

cordova plugin add https://github.com/Legenyes/cordova-plugin-famocolaser.git

Methods

  • FamocoLaser.scan()

FamocoLaser.scan()

declare var cordova: any;
declare var window: any;

[...]

this.platform.ready().then(() => {
    (window).FamocoLaser.scan(this.scanSuccess.bind(this), this.scanError.bind(this), null);
});

Parameters

  • scanSuccess: The callback that is passed the current position.
  • scanError: (Optional) The callback that executes if an error occurs.

About

Cordova plugin to use the Famoco FX300 laser Motorola SE4500

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.