OutSystems Forge 日本語データベース

DataWedge Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-09-14 1.0.1 Rosanne van Tol All All Plug-ins
これはモトローラの高機能デバイスのバーコードスキャナーとやりとりするためのプラグインです。 このプラグインは、スキャンイベントを出力するように設定された "DataWedge"アプリケーションと対話することによって動作します。
このプラグインの使い方は? 画面にDataWedge_Blockを配置します。バーコードまたはqrコードがネイティブボタンで正常にスキャンされると、コードがスキャンされたことを示すイベントが発生します。それはあなたにコードのタイプとバーコードを与えるでしょう。ソフトボタンを使用してスキャナを起動および停止することもできます。 StartScanner / StopScannerアクションを使用する必要があります。あなたは、UnregisterDataWedgeアクションでDataWedge Pluginの登録を解除することができます。 使用する前に、デバイスにDataWedgeを設定する必要があります。 (下記参照) DataWedgeを構成する まず、DataWedgeアプリケーションでプロファイルを作成して、該当する場合にスキャンイベントの意図に対してstartActivityを実行する必要があります。注:アクションを「com.bluefletch.motorola.datawedge.ACTION」に設定し、カテゴリを空白のままにしてください あなたのアプリをDataWedgeプロファイルに関連付けて、アプリケーションと共にロードします。 (あなたのプロフィール)>関連するアプリ>新しいアプリ/アクティビティ(メニューボタン)>あなたのアプリを選択します。 DataWedge User Guideは、次の場所にあります。https://launchpad.motorolaso​​lutions.com/documents/dw_user_guide.html ライセンス Apacheライセンス、バージョン2.0

[Overview]
This is a Cordova plugin to interact with Motorola ruggedized devices' Barcode Scanners. The plugin works by interacting with the "DataWedge" application configured to output scan events.
[Detail]
How to use this plugin? Place DataWedge_Block on your screen. If a barcode or qr code is succesfully scanned with the native buttons, it will fire an event to indicate that a code is scanned. It will give you the type of code and the barcode. you can also use soft buttons to start and stop the scanner. Than you have to use actions StartScanner / StopScanner. Either you can unregister the DataWedge Plugin with the action UnregisterDataWedge. Before use, you have to configure DataWedge on your device. (see below) Configure DataWedge You'll need to first create a Profile in your DataWedge Application to run startActivity for an intent on scan events as applicable. NOTE: you MUST set the action to: "com.bluefletch.motorola.datawedge.ACTION" and leave category blank Associate your app to the DataWedge profile so it loads with your app. Configure this under (Your profile) > Associated apps > New app/activity (menu button) > Select your app. The DataWedge User Guide is located here: https://launchpad.motorolasolutions.com/documents/dw_user_guide.html Licensing Apache License, Version 2.0
戻る