rho-tau-extensions 5.5.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (661) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +2 -0
  3. data/LICENSE +21 -0
  4. data/README.md +6 -0
  5. data/Rakefile +90 -0
  6. data/libs/crosswalk.rb +2 -0
  7. data/libs/crosswalk/crosswalk.rb +2 -0
  8. data/libs/crosswalk/ext.yml +21 -0
  9. data/libs/crosswalk/ext/Crosswalk.xml +27 -0
  10. data/libs/crosswalk/ext/build +19 -0
  11. data/libs/crosswalk/ext/build.bat +29 -0
  12. data/libs/crosswalk/ext/platform/android/AndroidManifest.xml +9 -0
  13. data/libs/crosswalk/ext/platform/android/Rakefile +141 -0
  14. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkcore.so +0 -0
  15. data/libs/crosswalk/ext/platform/android/adds/lib/armeabi/libxwalkdummy.so +0 -0
  16. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkcore.so +0 -0
  17. data/libs/crosswalk/ext/platform/android/adds/lib/x86/libxwalkdummy.so +0 -0
  18. data/libs/crosswalk/ext/platform/android/adds/lib/xwalk_core_library_java.jar +0 -0
  19. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble.9.png +0 -0
  20. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/bubble_arrow_up.png +0 -0
  21. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/color_picker_advanced_select_handle.png +0 -0
  22. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/crosswalk.png +0 -0
  23. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_down.9.png +0 -0
  24. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/dropdown_popup_background_up.9.png +0 -0
  25. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_menu_share_holo_light.png +0 -0
  26. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_search.png +0 -0
  27. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ic_warning.png +0 -0
  28. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/ondemand_overlay.9.png +0 -0
  29. data/libs/crosswalk/ext/platform/android/adds/res/drawable-hdpi/verify_checkmark.png +0 -0
  30. data/libs/crosswalk/ext/platform/android/adds/res/drawable-ldpi/crosswalk.png +0 -0
  31. data/libs/crosswalk/ext/platform/android/adds/res/drawable-mdpi/crosswalk.png +0 -0
  32. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_borderless_compat.xml +10 -0
  33. data/libs/crosswalk/ext/platform/android/adds/res/drawable-v21/button_compat.xml +9 -0
  34. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble.9.png +0 -0
  35. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/bubble_arrow_up.png +0 -0
  36. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/color_picker_advanced_select_handle.png +0 -0
  37. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/crosswalk.png +0 -0
  38. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_down.9.png +0 -0
  39. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/dropdown_popup_background_up.9.png +0 -0
  40. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_menu_share_holo_light.png +0 -0
  41. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_search.png +0 -0
  42. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ic_warning.png +0 -0
  43. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/ondemand_overlay.9.png +0 -0
  44. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xhdpi/verify_checkmark.png +0 -0
  45. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_menu_share_holo_light.png +0 -0
  46. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_search.png +0 -0
  47. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/ic_warning.png +0 -0
  48. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxhdpi/verify_checkmark.png +0 -0
  49. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_menu_share_holo_light.png +0 -0
  50. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_search.png +0 -0
  51. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/ic_warning.png +0 -0
  52. data/libs/crosswalk/ext/platform/android/adds/res/drawable-xxxhdpi/verify_checkmark.png +0 -0
  53. data/libs/crosswalk/ext/platform/android/adds/res/drawable/autofill_chip_inset.xml +15 -0
  54. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble.9.png +0 -0
  55. data/libs/crosswalk/ext/platform/android/adds/res/drawable/bubble_arrow_up.png +0 -0
  56. data/libs/crosswalk/ext/platform/android/adds/res/drawable/button_compat_shape.xml +9 -0
  57. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_button_background.xml +36 -0
  58. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_advanced_select_handle.png +0 -0
  59. data/libs/crosswalk/ext/platform/android/adds/res/drawable/color_picker_border.xml +12 -0
  60. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_label_color.xml +11 -0
  61. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background.xml +13 -0
  62. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_down.9.png +0 -0
  63. data/libs/crosswalk/ext/platform/android/adds/res/drawable/dropdown_popup_background_up.9.png +0 -0
  64. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_menu_share_holo_light.png +0 -0
  65. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_search.png +0 -0
  66. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ic_warning.png +0 -0
  67. data/libs/crosswalk/ext/platform/android/adds/res/drawable/launchscreen_bg.xml +19 -0
  68. data/libs/crosswalk/ext/platform/android/adds/res/drawable/ondemand_overlay.9.png +0 -0
  69. data/libs/crosswalk/ext/platform/android/adds/res/drawable/verify_checkmark.png +0 -0
  70. data/libs/crosswalk/ext/platform/android/adds/res/layout-land/date_time_picker_dialog.xml +42 -0
  71. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_keyboard_accessory_item.xml +40 -0
  72. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/autofill_suggestion_item.xml +18 -0
  73. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_advanced_component.xml +46 -0
  74. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml +51 -0
  75. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_title.xml +41 -0
  76. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/date_time_suggestion.xml +35 -0
  77. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/dropdown_item.xml +58 -0
  78. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/multi_field_time_picker_dialog.xml +122 -0
  79. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/two_field_date_picker.xml +38 -0
  80. data/libs/crosswalk/ext/platform/android/adds/res/layout-v17/validation_message_bubble.xml +72 -0
  81. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_icon.xml +13 -0
  82. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml +17 -0
  83. data/libs/crosswalk/ext/platform/android/adds/res/layout/autofill_suggestion_item.xml +7 -0
  84. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_advanced_component.xml +30 -0
  85. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_content.xml +36 -0
  86. data/libs/crosswalk/ext/platform/android/adds/res/layout/color_picker_dialog_title.xml +25 -0
  87. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_picker_dialog.xml +42 -0
  88. data/libs/crosswalk/ext/platform/android/adds/res/layout/date_time_suggestion.xml +16 -0
  89. data/libs/crosswalk/ext/platform/android/adds/res/layout/dropdown_item.xml +34 -0
  90. data/libs/crosswalk/ext/platform/android/adds/res/layout/multi_field_time_picker_dialog.xml +50 -0
  91. data/libs/crosswalk/ext/platform/android/adds/res/layout/two_field_date_picker.xml +26 -0
  92. data/libs/crosswalk/ext/platform/android/adds/res/layout/validation_message_bubble.xml +47 -0
  93. data/libs/crosswalk/ext/platform/android/adds/res/menu/select_action_menu.xml +54 -0
  94. data/libs/crosswalk/ext/platform/android/adds/res/raw/contacts_api.js +206 -0
  95. data/libs/crosswalk/ext/platform/android/adds/res/raw/device_capabilities_api.js +231 -0
  96. data/libs/crosswalk/ext/platform/android/adds/res/raw/empty.wav +0 -0
  97. data/libs/crosswalk/ext/platform/android/adds/res/raw/icudtl.dat +0 -0
  98. data/libs/crosswalk/ext/platform/android/adds/res/raw/launch_screen_api.js +9 -0
  99. data/libs/crosswalk/ext/platform/android/adds/res/raw/messaging_api.js +359 -0
  100. data/libs/crosswalk/ext/platform/android/adds/res/raw/presentation_api.js +144 -0
  101. data/libs/crosswalk/ext/platform/android/adds/res/raw/wifidirect_api.js +227 -0
  102. data/libs/crosswalk/ext/platform/android/adds/res/raw/xwalk.pak +0 -0
  103. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_content_strings.xml +15 -0
  104. data/libs/crosswalk/ext/platform/android/adds/res/values-am/android_ui_strings.xml +47 -0
  105. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_content_strings.xml +15 -0
  106. data/libs/crosswalk/ext/platform/android/adds/res/values-ar/android_ui_strings.xml +47 -0
  107. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_content_strings.xml +15 -0
  108. data/libs/crosswalk/ext/platform/android/adds/res/values-bg/android_ui_strings.xml +47 -0
  109. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_content_strings.xml +15 -0
  110. data/libs/crosswalk/ext/platform/android/adds/res/values-ca/android_ui_strings.xml +47 -0
  111. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_content_strings.xml +15 -0
  112. data/libs/crosswalk/ext/platform/android/adds/res/values-cs/android_ui_strings.xml +47 -0
  113. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_content_strings.xml +15 -0
  114. data/libs/crosswalk/ext/platform/android/adds/res/values-da/android_ui_strings.xml +47 -0
  115. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_content_strings.xml +15 -0
  116. data/libs/crosswalk/ext/platform/android/adds/res/values-de/android_ui_strings.xml +47 -0
  117. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_content_strings.xml +15 -0
  118. data/libs/crosswalk/ext/platform/android/adds/res/values-el/android_ui_strings.xml +47 -0
  119. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_content_strings.xml +15 -0
  120. data/libs/crosswalk/ext/platform/android/adds/res/values-en-rGB/android_ui_strings.xml +47 -0
  121. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_content_strings.xml +15 -0
  122. data/libs/crosswalk/ext/platform/android/adds/res/values-es-rUS/android_ui_strings.xml +47 -0
  123. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_content_strings.xml +15 -0
  124. data/libs/crosswalk/ext/platform/android/adds/res/values-es/android_ui_strings.xml +47 -0
  125. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_content_strings.xml +15 -0
  126. data/libs/crosswalk/ext/platform/android/adds/res/values-fa/android_ui_strings.xml +47 -0
  127. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_content_strings.xml +15 -0
  128. data/libs/crosswalk/ext/platform/android/adds/res/values-fi/android_ui_strings.xml +47 -0
  129. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_content_strings.xml +15 -0
  130. data/libs/crosswalk/ext/platform/android/adds/res/values-fr/android_ui_strings.xml +47 -0
  131. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_content_strings.xml +15 -0
  132. data/libs/crosswalk/ext/platform/android/adds/res/values-hi/android_ui_strings.xml +47 -0
  133. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_content_strings.xml +15 -0
  134. data/libs/crosswalk/ext/platform/android/adds/res/values-hr/android_ui_strings.xml +47 -0
  135. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_content_strings.xml +15 -0
  136. data/libs/crosswalk/ext/platform/android/adds/res/values-hu/android_ui_strings.xml +47 -0
  137. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_content_strings.xml +15 -0
  138. data/libs/crosswalk/ext/platform/android/adds/res/values-in/android_ui_strings.xml +47 -0
  139. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_content_strings.xml +15 -0
  140. data/libs/crosswalk/ext/platform/android/adds/res/values-it/android_ui_strings.xml +47 -0
  141. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_content_strings.xml +15 -0
  142. data/libs/crosswalk/ext/platform/android/adds/res/values-iw/android_ui_strings.xml +47 -0
  143. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_content_strings.xml +15 -0
  144. data/libs/crosswalk/ext/platform/android/adds/res/values-ja/android_ui_strings.xml +47 -0
  145. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_content_strings.xml +15 -0
  146. data/libs/crosswalk/ext/platform/android/adds/res/values-ko/android_ui_strings.xml +47 -0
  147. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_content_strings.xml +15 -0
  148. data/libs/crosswalk/ext/platform/android/adds/res/values-lt/android_ui_strings.xml +47 -0
  149. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_content_strings.xml +15 -0
  150. data/libs/crosswalk/ext/platform/android/adds/res/values-lv/android_ui_strings.xml +47 -0
  151. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_content_strings.xml +15 -0
  152. data/libs/crosswalk/ext/platform/android/adds/res/values-nb/android_ui_strings.xml +47 -0
  153. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_content_strings.xml +15 -0
  154. data/libs/crosswalk/ext/platform/android/adds/res/values-nl/android_ui_strings.xml +47 -0
  155. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_content_strings.xml +15 -0
  156. data/libs/crosswalk/ext/platform/android/adds/res/values-pl/android_ui_strings.xml +47 -0
  157. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_content_strings.xml +15 -0
  158. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rBR/android_ui_strings.xml +47 -0
  159. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_content_strings.xml +15 -0
  160. data/libs/crosswalk/ext/platform/android/adds/res/values-pt-rPT/android_ui_strings.xml +47 -0
  161. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_content_strings.xml +15 -0
  162. data/libs/crosswalk/ext/platform/android/adds/res/values-ro/android_ui_strings.xml +47 -0
  163. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_content_strings.xml +15 -0
  164. data/libs/crosswalk/ext/platform/android/adds/res/values-ru/android_ui_strings.xml +47 -0
  165. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_content_strings.xml +15 -0
  166. data/libs/crosswalk/ext/platform/android/adds/res/values-sk/android_ui_strings.xml +47 -0
  167. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_content_strings.xml +15 -0
  168. data/libs/crosswalk/ext/platform/android/adds/res/values-sl/android_ui_strings.xml +47 -0
  169. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_content_strings.xml +15 -0
  170. data/libs/crosswalk/ext/platform/android/adds/res/values-sr/android_ui_strings.xml +47 -0
  171. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_content_strings.xml +15 -0
  172. data/libs/crosswalk/ext/platform/android/adds/res/values-sv/android_ui_strings.xml +47 -0
  173. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_content_strings.xml +15 -0
  174. data/libs/crosswalk/ext/platform/android/adds/res/values-sw/android_ui_strings.xml +47 -0
  175. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_content_strings.xml +15 -0
  176. data/libs/crosswalk/ext/platform/android/adds/res/values-th/android_ui_strings.xml +47 -0
  177. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_content_strings.xml +15 -0
  178. data/libs/crosswalk/ext/platform/android/adds/res/values-tl/android_ui_strings.xml +47 -0
  179. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_content_strings.xml +15 -0
  180. data/libs/crosswalk/ext/platform/android/adds/res/values-tr/android_ui_strings.xml +47 -0
  181. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_content_strings.xml +15 -0
  182. data/libs/crosswalk/ext/platform/android/adds/res/values-uk/android_ui_strings.xml +47 -0
  183. data/libs/crosswalk/ext/platform/android/adds/res/values-v14/theme.xml +16 -0
  184. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/styles.xml +19 -0
  185. data/libs/crosswalk/ext/platform/android/adds/res/values-v17/ui_java_styles.xml +41 -0
  186. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/styles.xml +14 -0
  187. data/libs/crosswalk/ext/platform/android/adds/res/values-v21/ui_java_styles.xml +14 -0
  188. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_content_strings.xml +15 -0
  189. data/libs/crosswalk/ext/platform/android/adds/res/values-vi/android_ui_strings.xml +47 -0
  190. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_content_strings.xml +15 -0
  191. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rCN/android_ui_strings.xml +47 -0
  192. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_content_strings.xml +15 -0
  193. data/libs/crosswalk/ext/platform/android/adds/res/values-zh-rTW/android_ui_strings.xml +47 -0
  194. data/libs/crosswalk/ext/platform/android/adds/res/values/android_content_strings.xml +15 -0
  195. data/libs/crosswalk/ext/platform/android/adds/res/values/android_ui_strings.xml +47 -0
  196. data/libs/crosswalk/ext/platform/android/adds/res/values/android_xwalk_strings.xml +17 -0
  197. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_attrs.xml +9 -0
  198. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_dimens.xml +31 -0
  199. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_strings.xml +16 -0
  200. data/libs/crosswalk/ext/platform/android/adds/res/values/ui_java_styles.xml +101 -0
  201. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_app_strings.xml +28 -0
  202. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_attrs.xml +11 -0
  203. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_colors.xml +13 -0
  204. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_internal_java_strings.xml +16 -0
  205. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_core_java_strings.xml +16 -0
  206. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_dimens.xml +11 -0
  207. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_resources_list.xml +7 -0
  208. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_styles.xml +40 -0
  209. data/libs/crosswalk/ext/platform/android/adds/res/values/xwalk_values.xml +10 -0
  210. data/libs/crosswalk/ext/platform/android/ext_java.files +14 -0
  211. data/libs/crosswalk/ext/platform/android/ext_native.files +7 -0
  212. data/libs/crosswalk/ext/platform/android/jni/Crosswalk_impl.cpp +61 -0
  213. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/Crosswalk.java +14 -0
  214. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkFactory.java +18 -0
  215. data/libs/crosswalk/ext/platform/android/src/com/rho/crosswalk/CrosswalkSingleton.java +24 -0
  216. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/CrosswalkExtension.java +16 -0
  217. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/RhodesListener.java +18 -0
  218. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWResourceClient.java +182 -0
  219. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWUIClient.java +125 -0
  220. data/libs/crosswalk/ext/platform/android/src/com/tautechnologies/tau/crosswalk/TauXWalkWebView.java +368 -0
  221. data/libs/crosswalk/ext/platform/iphone/Crosswalk.xcodeproj/project.pbxproj +368 -0
  222. data/libs/crosswalk/ext/platform/iphone/Crosswalk_Prefix.pch +7 -0
  223. data/libs/crosswalk/ext/platform/iphone/Rakefile +73 -0
  224. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.h +14 -0
  225. data/libs/crosswalk/ext/platform/iphone/impl/Crosswalk.m +24 -0
  226. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkFactorySingleton.m +16 -0
  227. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSetup.m +9 -0
  228. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.h +17 -0
  229. data/libs/crosswalk/ext/platform/iphone/impl/CrosswalkSingleton.m +23 -0
  230. data/libs/crosswalk/ext/platform/iphone/impl/readme.txt +7 -0
  231. data/libs/crosswalk/ext/platform/qt/Crosswalk.pro +66 -0
  232. data/libs/crosswalk/ext/platform/qt/Rakefile +35 -0
  233. data/libs/crosswalk/ext/platform/qt/src/Crosswalk_impl.cpp +77 -0
  234. data/libs/crosswalk/ext/platform/wm/Crosswalk.sln +52 -0
  235. data/libs/crosswalk/ext/platform/wm/Crosswalk.vcproj +714 -0
  236. data/libs/crosswalk/ext/platform/wm/Crosswalk.vsprops +15 -0
  237. data/libs/crosswalk/ext/platform/wm/src/Crosswalk_impl.cpp +77 -0
  238. data/libs/crosswalk/ext/platform/wp8/Crosswalk.props +18 -0
  239. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj +170 -0
  240. data/libs/crosswalk/ext/platform/wp8/Crosswalk.vcxproj.filters +50 -0
  241. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.csproj +119 -0
  242. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.props +8 -0
  243. data/libs/crosswalk/ext/platform/wp8/CrosswalkImpl.targets +7 -0
  244. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.props +18 -0
  245. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj +185 -0
  246. data/libs/crosswalk/ext/platform/wp8/CrosswalkLib.vcxproj.filters +58 -0
  247. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cpp +76 -0
  248. data/libs/crosswalk/ext/platform/wp8/src/Crosswalk_impl.cs +69 -0
  249. data/libs/crosswalk/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  250. data/libs/enterprise-barcode/ext.yml +13 -0
  251. data/libs/enterprise-barcode/ext/barcode.xml +2144 -0
  252. data/libs/enterprise-barcode/ext/build +17 -0
  253. data/libs/enterprise-barcode/ext/build.bat +29 -0
  254. data/libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml +31 -0
  255. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/AUTHORS +58 -0
  256. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/CHANGES +266 -0
  257. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/COPYING +201 -0
  258. data/libs/enterprise-barcode/ext/platform/android/ZXing_Info/README +11 -0
  259. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/cancel_icon.png +0 -0
  260. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/ok_icon.png +0 -0
  261. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable-hdpi/retake_icon.png +0 -0
  262. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/cancel_icon.png +0 -0
  263. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/ok_icon.png +0 -0
  264. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/drawable/retake_icon.png +0 -0
  265. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/layout/capture.xml +122 -0
  266. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/raw/beep.ogg +0 -0
  267. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/attrs.xml +20 -0
  268. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/colors.xml +42 -0
  269. data/libs/enterprise-barcode/ext/platform/android/additional_files/res/values/ids.xml +31 -0
  270. data/libs/enterprise-barcode/ext/platform/android/adds/lib/armeabi/liballbarcode.a +0 -0
  271. data/libs/enterprise-barcode/ext/platform/android/adds/lib/x86/liballbarcode.a +0 -0
  272. data/libs/enterprise-barcode/ext/platform/android/allbarcode.jar +0 -0
  273. data/libs/enterprise-barcode/ext/platform/iphone/Barcode.xcodeproj/project.pbxproj +524 -0
  274. data/libs/enterprise-barcode/ext/platform/iphone/Barcode_Prefix.pch +7 -0
  275. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.h +27 -0
  276. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeCallbackHelper.mm +231 -0
  277. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.h +95 -0
  278. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewController.m +1017 -0
  279. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.h +7 -0
  280. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactory.mm +58 -0
  281. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewFactoryRegister.mm +18 -0
  282. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.h +16 -0
  283. data/libs/enterprise-barcode/ext/platform/iphone/Classes/BarcodeViewManager.mm +32 -0
  284. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.cpp +25 -0
  285. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.h +15 -0
  286. data/libs/enterprise-barcode/ext/platform/iphone/Classes/ImageProvider.mm +159 -0
  287. data/libs/enterprise-barcode/ext/platform/iphone/Classes/barcode.m +123 -0
  288. data/libs/enterprise-barcode/ext/platform/iphone/Rakefile +69 -0
  289. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/COPYING +27 -0
  290. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCameraSimulator.h +45 -0
  291. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarCaptureReader.h +111 -0
  292. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarHelpController.h +60 -0
  293. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImage.h +69 -0
  294. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarImageScanner.h +51 -0
  295. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderController.h +142 -0
  296. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderView.h +135 -0
  297. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarReaderViewController.h +130 -0
  298. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSDK.h +34 -0
  299. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/ZBarSymbol.h +71 -0
  300. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar.h +1497 -0
  301. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Decoder.h +202 -0
  302. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Exception.h +187 -0
  303. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Image.h +321 -0
  304. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/ImageScanner.h +130 -0
  305. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Processor.h +223 -0
  306. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Scanner.h +162 -0
  307. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Symbol.h +528 -0
  308. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Video.h +170 -0
  309. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Headers/ZBarSDK/zbar/Window.h +136 -0
  310. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/LICENSE +504 -0
  311. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/README +59 -0
  312. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-back.png +0 -0
  313. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-help.html +88 -0
  314. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-helpicons.png +0 -0
  315. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/Resources/zbar-samples.png +0 -0
  316. data/libs/enterprise-barcode/ext/platform/iphone/ZBarSDK/libzbar.a +0 -0
  317. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.h +21 -0
  318. data/libs/enterprise-barcode/ext/platform/iphone/impl/Barcode.m +132 -0
  319. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.h +10 -0
  320. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactory.m +16 -0
  321. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeFactorySingleton.m +16 -0
  322. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSetup.m +8 -0
  323. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.h +17 -0
  324. data/libs/enterprise-barcode/ext/platform/iphone/impl/BarcodeSingleton.m +22 -0
  325. data/libs/enterprise-barcode/ext/platform/iphone/impl/readme.txt +7 -0
  326. data/libs/enterprise-barcode/ext/platform/wm/Barcode.sln +44 -0
  327. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vcproj +836 -0
  328. data/libs/enterprise-barcode/ext/platform/wm/Barcode.vsprops +15 -0
  329. data/libs/enterprise-barcode/ext/platform/wm/readme.txt +0 -0
  330. data/libs/enterprise-barcode/ext/platform/wm/src/Barcode_impl.cpp +376 -0
  331. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.cpp +173 -0
  332. data/libs/enterprise-barcode/ext/platform/wm/src/DecodeNotifier.h +149 -0
  333. data/libs/enterprise-barcode/ext/platform/wm/src/EMDKInterfaceAbstraction.cpp +476 -0
  334. data/libs/enterprise-barcode/ext/platform/wm/src/GetDecoderProperties.cpp +1195 -0
  335. data/libs/enterprise-barcode/ext/platform/wm/src/GetScannerProperties.cpp +553 -0
  336. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.cpp +177 -0
  337. data/libs/enterprise-barcode/ext/platform/wm/src/KeyInjector.h +40 -0
  338. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.cpp +76 -0
  339. data/libs/enterprise-barcode/ext/platform/wm/src/NotificationLoader.h +44 -0
  340. data/libs/enterprise-barcode/ext/platform/wm/src/RSM.cpp +1211 -0
  341. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.cpp +2609 -0
  342. data/libs/enterprise-barcode/ext/platform/wm/src/Scanner.h +1099 -0
  343. data/libs/enterprise-barcode/ext/platform/wm/src/ScannerDefines.h +322 -0
  344. data/libs/enterprise-barcode/ext/platform/wm/src/SetDecoderProperties.cpp +2106 -0
  345. data/libs/enterprise-barcode/ext/platform/wm/src/SetScannerProperties.cpp +1060 -0
  346. data/libs/enterprise-barcode/ext/platform/wm/src/Utilities.cpp +184 -0
  347. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.csproj +119 -0
  348. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.props +8 -0
  349. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeImpl.targets +35 -0
  350. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.props +18 -0
  351. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj +185 -0
  352. data/libs/enterprise-barcode/ext/platform/wp8/BarcodeLib.vcxproj.filters +58 -0
  353. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.dll +0 -0
  354. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.winmd +0 -0
  355. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.Graphics.Imaging.xml +4813 -0
  356. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  357. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  358. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  359. data/libs/enterprise-barcode/ext/platform/wp8/lib/ARM/OpticalReaderLib.dll +0 -0
  360. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.XML +68 -0
  361. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib.dll +0 -0
  362. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.csproj +120 -0
  363. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/BarcodeReaderLib.sln +34 -0
  364. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml +32 -0
  365. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/CameraNavigatePage.xaml.cs +235 -0
  366. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/OpticalReaderTask.cs +182 -0
  367. data/libs/enterprise-barcode/ext/platform/wp8/lib/BarcodeReaderLib/Properties/AssemblyInfo.cs +37 -0
  368. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.dll +0 -0
  369. data/libs/enterprise-barcode/ext/platform/wp8/lib/Nokia.Graphics.Imaging.Managed.xml +341 -0
  370. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.dll +0 -0
  371. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.winmd +0 -0
  372. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.Graphics.Imaging.xml +4813 -0
  373. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.dll +0 -0
  374. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.winmd +0 -0
  375. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/Nokia.InteropServices.WindowsRuntime.xml +41 -0
  376. data/libs/enterprise-barcode/ext/platform/wp8/lib/x86/OpticalReaderLib.dll +0 -0
  377. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.XML +10324 -0
  378. data/libs/enterprise-barcode/ext/platform/wp8/lib/zxing.wp8.0.dll +0 -0
  379. data/libs/enterprise-barcode/ext/platform/wp8/src/Barcode_impl.cs +630 -0
  380. data/libs/enterprise-barcode/ext/platform/wp8/src/Properties/AssemblyInfo.cs +37 -0
  381. data/libs/enterprise-barcode/public/api/generated/Rho.Barcode.js +772 -0
  382. data/libs/ie/rhobrowser.dll +0 -0
  383. data/libs/nodejs.rb +2 -0
  384. data/libs/nodejs/ext.yml +25 -0
  385. data/libs/nodejs/ext/Nodejs.xml +37 -0
  386. data/libs/nodejs/ext/build +19 -0
  387. data/libs/nodejs/ext/build.bat +29 -0
  388. data/libs/nodejs/ext/platform/android/Rakefile +161 -0
  389. data/libs/nodejs/ext/platform/android/ext_native.files +8 -0
  390. data/libs/nodejs/ext/platform/android/jxCore/jx.h +134 -0
  391. data/libs/nodejs/ext/platform/android/jxCore/jx_result.h +221 -0
  392. data/libs/nodejs/ext/platform/android/jxCore/libcares_arm.a +0 -0
  393. data/libs/nodejs/ext/platform/android/jxCore/libcares_ia32.a +0 -0
  394. data/libs/nodejs/ext/platform/android/jxCore/libcares_x64.a +0 -0
  395. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_arm.a +0 -0
  396. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_ia32.a +0 -0
  397. data/libs/nodejs/ext/platform/android/jxCore/libchrome_zlib_x64.a +0 -0
  398. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_arm.a +0 -0
  399. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_ia32.a +0 -0
  400. data/libs/nodejs/ext/platform/android/jxCore/libhttp_parser_x64.a +0 -0
  401. data/libs/nodejs/ext/platform/android/jxCore/libjx_arm.a +0 -0
  402. data/libs/nodejs/ext/platform/android/jxCore/libjx_ia32.a +0 -0
  403. data/libs/nodejs/ext/platform/android/jxCore/libjx_x64.a +0 -0
  404. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_arm.a +0 -0
  405. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_ia32.a +0 -0
  406. data/libs/nodejs/ext/platform/android/jxCore/libopenssl_x64.a +0 -0
  407. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_arm.a +0 -0
  408. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_ia32.a +0 -0
  409. data/libs/nodejs/ext/platform/android/jxCore/libsqlite3_x64.a +0 -0
  410. data/libs/nodejs/ext/platform/android/jxCore/libuv_arm.a +0 -0
  411. data/libs/nodejs/ext/platform/android/jxCore/libuv_ia32.a +0 -0
  412. data/libs/nodejs/ext/platform/android/jxCore/libuv_x64.a +0 -0
  413. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_arm.a +0 -0
  414. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_ia32.a +0 -0
  415. data/libs/nodejs/ext/platform/android/jxCore/libv8_base_x64.a +0 -0
  416. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_arm.a +0 -0
  417. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_ia32.a +0 -0
  418. data/libs/nodejs/ext/platform/android/jxCore/libv8_nosnapshot_x64.a +0 -0
  419. data/libs/nodejs/ext/platform/iphone/Nodejs.xcodeproj/project.pbxproj +350 -0
  420. data/libs/nodejs/ext/platform/iphone/Nodejs_Prefix.pch +7 -0
  421. data/libs/nodejs/ext/platform/iphone/Rakefile +73 -0
  422. data/libs/nodejs/ext/platform/iphone/jxCore/jx.h +134 -0
  423. data/libs/nodejs/ext/platform/iphone/jxCore/jx_result.h +221 -0
  424. data/libs/nodejs/ext/platform/iphone/jxCore/libcares.a +0 -0
  425. data/libs/nodejs/ext/platform/iphone/jxCore/libchrome_zlib.a +0 -0
  426. data/libs/nodejs/ext/platform/iphone/jxCore/libhttp_parser.a +0 -0
  427. data/libs/nodejs/ext/platform/iphone/jxCore/libjx.a +0 -0
  428. data/libs/nodejs/ext/platform/iphone/jxCore/libmozjs.a +0 -0
  429. data/libs/nodejs/ext/platform/iphone/jxCore/libopenssl.a +0 -0
  430. data/libs/nodejs/ext/platform/iphone/jxCore/libsqlite3.a +0 -0
  431. data/libs/nodejs/ext/platform/iphone/jxCore/libuv.a +0 -0
  432. data/libs/nodejs/ext/shared/jxcore/jx.h +134 -0
  433. data/libs/nodejs/ext/shared/jxcore/jx_result.h +221 -0
  434. data/libs/nodejs/ext/shared/jxcoretau.cpp +454 -0
  435. data/libs/nodejs/ext/shared/jxcoretau.h +20 -0
  436. data/libs/nodejs/ext/shared/nodejs_impl.cpp +106 -0
  437. data/libs/nodejs/nodejs.rb +2 -0
  438. data/libs/openssl-edge.rb +2 -0
  439. data/libs/openssl-edge/ext.yml +4 -0
  440. data/libs/openssl-edge/ext/Rakefile +145 -0
  441. data/libs/openssl-edge/ext/android/Rakefile +107 -0
  442. data/libs/openssl-edge/ext/android/ext_native.files +32 -0
  443. data/libs/openssl-edge/ext/android/extconf.h +91 -0
  444. data/libs/openssl-edge/ext/build +12 -0
  445. data/libs/openssl-edge/ext/build.bat +5 -0
  446. data/libs/openssl-edge/ext/extconf.rb +141 -0
  447. data/libs/openssl-edge/ext/openssl.pro +109 -0
  448. data/libs/openssl-edge/ext/openssl.sln +52 -0
  449. data/libs/openssl-edge/ext/openssl.vcproj +1010 -0
  450. data/libs/openssl-edge/ext/openssl_missing.c +1163 -0
  451. data/libs/openssl-edge/ext/openssl_missing.h +537 -0
  452. data/libs/openssl-edge/ext/ossl.c +1203 -0
  453. data/libs/openssl-edge/ext/ossl.h +242 -0
  454. data/libs/openssl-edge/ext/ossl_asn1.c +2008 -0
  455. data/libs/openssl-edge/ext/ossl_asn1.h +66 -0
  456. data/libs/openssl-edge/ext/ossl_bio.c +118 -0
  457. data/libs/openssl-edge/ext/ossl_bio.h +19 -0
  458. data/libs/openssl-edge/ext/ossl_bn.c +1153 -0
  459. data/libs/openssl-edge/ext/ossl_bn.h +23 -0
  460. data/libs/openssl-edge/ext/ossl_cipher.c +1085 -0
  461. data/libs/openssl-edge/ext/ossl_cipher.h +20 -0
  462. data/libs/openssl-edge/ext/ossl_config.c +89 -0
  463. data/libs/openssl-edge/ext/ossl_config.h +19 -0
  464. data/libs/openssl-edge/ext/ossl_digest.c +453 -0
  465. data/libs/openssl-edge/ext/ossl_digest.h +20 -0
  466. data/libs/openssl-edge/ext/ossl_engine.c +580 -0
  467. data/libs/openssl-edge/ext/ossl_engine.h +19 -0
  468. data/libs/openssl-edge/ext/ossl_hmac.c +398 -0
  469. data/libs/openssl-edge/ext/ossl_hmac.h +18 -0
  470. data/libs/openssl-edge/ext/ossl_ns_spki.c +406 -0
  471. data/libs/openssl-edge/ext/ossl_ns_spki.h +19 -0
  472. data/libs/openssl-edge/ext/ossl_ocsp.c +2013 -0
  473. data/libs/openssl-edge/ext/ossl_ocsp.h +23 -0
  474. data/libs/openssl-edge/ext/ossl_pkcs12.c +261 -0
  475. data/libs/openssl-edge/ext/ossl_pkcs12.h +13 -0
  476. data/libs/openssl-edge/ext/ossl_pkcs5.c +180 -0
  477. data/libs/openssl-edge/ext/ossl_pkcs5.h +6 -0
  478. data/libs/openssl-edge/ext/ossl_pkcs7.c +1157 -0
  479. data/libs/openssl-edge/ext/ossl_pkcs7.h +20 -0
  480. data/libs/openssl-edge/ext/ossl_pkey.c +469 -0
  481. data/libs/openssl-edge/ext/ossl_pkey.h +245 -0
  482. data/libs/openssl-edge/ext/ossl_pkey_dh.c +650 -0
  483. data/libs/openssl-edge/ext/ossl_pkey_dsa.c +672 -0
  484. data/libs/openssl-edge/ext/ossl_pkey_ec.c +1806 -0
  485. data/libs/openssl-edge/ext/ossl_pkey_rsa.c +768 -0
  486. data/libs/openssl-edge/ext/ossl_rand.c +238 -0
  487. data/libs/openssl-edge/ext/ossl_rand.h +18 -0
  488. data/libs/openssl-edge/ext/ossl_ssl.c +2724 -0
  489. data/libs/openssl-edge/ext/ossl_ssl.h +41 -0
  490. data/libs/openssl-edge/ext/ossl_ssl_session.c +352 -0
  491. data/libs/openssl-edge/ext/ossl_version.h +15 -0
  492. data/libs/openssl-edge/ext/ossl_x509.c +186 -0
  493. data/libs/openssl-edge/ext/ossl_x509.h +119 -0
  494. data/libs/openssl-edge/ext/ossl_x509attr.c +328 -0
  495. data/libs/openssl-edge/ext/ossl_x509cert.c +863 -0
  496. data/libs/openssl-edge/ext/ossl_x509crl.c +565 -0
  497. data/libs/openssl-edge/ext/ossl_x509ext.c +480 -0
  498. data/libs/openssl-edge/ext/ossl_x509name.c +547 -0
  499. data/libs/openssl-edge/ext/ossl_x509req.c +492 -0
  500. data/libs/openssl-edge/ext/ossl_x509revoked.c +279 -0
  501. data/libs/openssl-edge/ext/ossl_x509store.c +846 -0
  502. data/libs/openssl-edge/ext/ruby_missing.h +32 -0
  503. data/libs/openssl-edge/openssl-edge.rb +2 -0
  504. data/libs/openssl-edge/openssl.rb +24 -0
  505. data/libs/openssl-edge/openssl/bn.rb +35 -0
  506. data/libs/openssl-edge/openssl/buffering.rb +341 -0
  507. data/libs/openssl-edge/openssl/cipher.rb +65 -0
  508. data/libs/openssl-edge/openssl/digest.rb +61 -0
  509. data/libs/openssl-edge/openssl/ssl-internal.rb +180 -0
  510. data/libs/openssl-edge/openssl/ssl.rb +1 -0
  511. data/libs/openssl-edge/openssl/x509-internal.rb +153 -0
  512. data/libs/openssl-edge/openssl/x509.rb +1 -0
  513. data/libs/openssl.so-edge.rb +2 -0
  514. data/libs/openssl.so-edge/ext.yml +8 -0
  515. data/libs/openssl.so-edge/ext/Rakefile +140 -0
  516. data/libs/openssl.so-edge/ext/android/armeabi/libcrypto.a +0 -0
  517. data/libs/openssl.so-edge/ext/android/armeabi/libssl.a +0 -0
  518. data/libs/openssl.so-edge/ext/android/x86/libcrypto.a +0 -0
  519. data/libs/openssl.so-edge/ext/android/x86/libssl.a +0 -0
  520. data/libs/openssl.so-edge/ext/build +12 -0
  521. data/libs/openssl.so-edge/ext/build.bat +1 -0
  522. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dh/dh_locl.h +56 -0
  523. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/dsa/dsa_locl.h +76 -0
  524. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/evp/evp_locl.h +66 -0
  525. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/hmac/hmac_lcl.h +33 -0
  526. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/asn1_int.h +94 -0
  527. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/async.h +14 -0
  528. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_conf.h +28 -0
  529. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_dh.h +17 -0
  530. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_int.h +82 -0
  531. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/bn_srp.h +32 -0
  532. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/chacha.h +49 -0
  533. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib.h +81 -0
  534. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/cryptlib_int.h +31 -0
  535. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/dso_conf.h +16 -0
  536. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/engine.h +20 -0
  537. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/err_int.h +17 -0
  538. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/evp_int.h +382 -0
  539. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/md32_common.h +383 -0
  540. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/objects.h +12 -0
  541. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/poly1305.h +19 -0
  542. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/rand.h +20 -0
  543. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/include/internal/x509_int.h +267 -0
  544. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/ocsp/ocsp_lcl.h +216 -0
  545. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/rsa/rsa_locl.h +96 -0
  546. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/crypto/x509/x509_lcl.h +142 -0
  547. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/e_os.h +520 -0
  548. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/bio.h +26 -0
  549. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/comp.h +12 -0
  550. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/conf.h +32 -0
  551. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/constant_time_locl.h +185 -0
  552. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dane.h +103 -0
  553. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/dso.h +216 -0
  554. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/err.h +15 -0
  555. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/numbers.h +68 -0
  556. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_dir.h +63 -0
  557. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/o_str.h +17 -0
  558. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/internal/thread_once.h +42 -0
  559. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_EPILOGUE.H +16 -0
  560. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/__DECC_INCLUDE_PROLOGUE.H +20 -0
  561. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/aes.h +92 -0
  562. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1.h +1096 -0
  563. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1_mac.h +10 -0
  564. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/asn1t.h +924 -0
  565. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/async.h +98 -0
  566. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bio.h +854 -0
  567. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/blowfish.h +61 -0
  568. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/bn.h +575 -0
  569. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/buffer.h +76 -0
  570. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/camellia.h +83 -0
  571. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cast.h +53 -0
  572. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cmac.h +41 -0
  573. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/cms.h +512 -0
  574. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/comp.h +72 -0
  575. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf.h +216 -0
  576. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/conf_api.h +40 -0
  577. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/crypto.h +463 -0
  578. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ct.h +518 -0
  579. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/des.h +174 -0
  580. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dh.h +343 -0
  581. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dsa.h +282 -0
  582. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/dtls1.h +56 -0
  583. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/e_os2.h +311 -0
  584. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ebcdic.h +33 -0
  585. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ec.h +1581 -0
  586. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdh.h +10 -0
  587. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ecdsa.h +10 -0
  588. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/engine.h +842 -0
  589. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/err.h +259 -0
  590. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/evp.h +1586 -0
  591. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/hmac.h +49 -0
  592. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/idea.h +64 -0
  593. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/kdf.h +75 -0
  594. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/lhash.h +204 -0
  595. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md2.h +44 -0
  596. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md4.h +51 -0
  597. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/md5.h +50 -0
  598. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/mdc2.h +42 -0
  599. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/modes.h +203 -0
  600. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/obj_mac.h +4577 -0
  601. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/objects.h +1097 -0
  602. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ocsp.h +409 -0
  603. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h +169 -0
  604. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslconf.h.in +141 -0
  605. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/opensslv.h +105 -0
  606. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ossl_typ.h +190 -0
  607. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem.h +501 -0
  608. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pem2.h +20 -0
  609. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs12.h +282 -0
  610. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/pkcs7.h +404 -0
  611. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rand.h +89 -0
  612. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc2.h +51 -0
  613. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc4.h +36 -0
  614. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rc5.h +63 -0
  615. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ripemd.h +47 -0
  616. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/rsa.h +588 -0
  617. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/safestack.h +164 -0
  618. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/seed.h +98 -0
  619. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/sha.h +119 -0
  620. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srp.h +131 -0
  621. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/srtp.h +50 -0
  622. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl.h +2527 -0
  623. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl2.h +24 -0
  624. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ssl3.h +307 -0
  625. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/stack.h +78 -0
  626. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/symhacks.h +52 -0
  627. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/tls1.h +972 -0
  628. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ts.h +643 -0
  629. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/txt_db.h +57 -0
  630. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/ui.h +368 -0
  631. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/whrlpool.h +48 -0
  632. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509.h +1123 -0
  633. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509_vfy.h +539 -0
  634. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/openssl/x509v3.h +1005 -0
  635. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/packet_locl.h +555 -0
  636. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record.h +240 -0
  637. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/record/record_locl.h +114 -0
  638. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/ssl_locl.h +2127 -0
  639. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem.h +123 -0
  640. data/libs/openssl.so-edge/ext/openssl-1-1-0-stable/include/ssl/statem/statem_locl.h +124 -0
  641. data/libs/openssl.so-edge/openssl.so.rb +2 -0
  642. data/libs/webkit.rb +2 -0
  643. data/libs/webkit/ext.yml +4 -0
  644. data/libs/webkit/ext/build +12 -0
  645. data/libs/webkit/ext/build.bat +7 -0
  646. data/libs/webkit/ext/wm/Rakefile +61 -0
  647. data/libs/webkit/ext/wm/RhoMsgs.cpp +17 -0
  648. data/libs/webkit/ext/wm/RhoMsgs.h +14 -0
  649. data/libs/webkit/ext/wm/RhoWKBrowserEngine.cpp +736 -0
  650. data/libs/webkit/ext/wm/RhoWKBrowserEngine.h +105 -0
  651. data/libs/webkit/ext/wm/lib/npapi/rhobridge.dll +0 -0
  652. data/libs/webkit/ext/wm/lib/rhoengine_defs.h +80 -0
  653. data/libs/webkit/ext/wm/lib/rhowebkit.dll +0 -0
  654. data/libs/webkit/ext/wm/webkit.sln +36 -0
  655. data/libs/webkit/ext/wm/webkit.suo +0 -0
  656. data/libs/webkit/ext/wm/webkit.vcproj +800 -0
  657. data/libs/webkit/ext/wm/webkit.vsprops +20 -0
  658. data/libs/webkit/webkit.rb +2 -0
  659. data/rho-tau-extensions.gemspec +23 -0
  660. data/version +1 -0
  661. metadata +705 -0
@@ -0,0 +1,13 @@
1
+ entry: Init_Barcode_extension
2
+ javaentry: com.rho.barcode.Barcode
3
+ libraries: ["Barcode"]
4
+
5
+ android:
6
+ manifest_changes: ext/platform/android/AndroidManifest.xml
7
+ adds: ext/platform/android/additional_files
8
+ rhodes_listener: com.rho.barcode.BarcodeFactoryRhoListener
9
+ exttype: prebuilt
10
+
11
+ xml_api_paths: ext/barcode.xml
12
+
13
+ platforms: ["android"]
@@ -0,0 +1,2144 @@
1
+ <?xml version = "1.0"?>
2
+ <?xml-stylesheet type="text/xsl" href="pb_help.xsl"?>
3
+ <API>
4
+ <MODULE name="Barcode" parent="Rho" license="Required">
5
+
6
+ <ALIASES>
7
+ <ALIAS new="Barcode" deprecated="true"/>
8
+ </ALIASES>
9
+
10
+ <HELP_OVERVIEW>The Barcode Module provides access to control the functionality of the device's scanner. Because RhoMobile Suite is designed to run on both Consumer devices and Symbol Technologies' enterprise devices support for the Barcode API will vary for each method and properties depending on which platform you are running on. Please note that a lot these APIs are optimized for the extended functionality that Symbol Technologies devices provide. Check the platform indicators in each property or method section. In general if you are developing for a consumer device the number of symbologies available to you will be limited to just the most common ones, eg EAN13, UPCA etc and your scanning will be via the device camera. If your application is running on Symbol Technologies' hardware you will have much finer control over a more fully featured Scanner, often with a choice of scanner hardware on the device. In general if you wish to capture a single barcode in a 'one shot' use case, eg your App just wants to capture a single barcode to be submitted to a price comparison website then use Barcode.take(callback); if your application is expecting a number of barcodes to be received, common in enterprise scenarios for example a user in a warehouse then use Barcode.enable(callback). The Barcode API will not run on non-Symbol Technologies Windows Mobile / CE devices.Only the foreground application is given access to the scanning hardware, when an application is sent to the background its state will be saved and it will automatically relinquish control of the scanner. When brought back to the foreground, an application previously using the barcode API will have its previous configuration reapplied automatically.In VC70 scanner will work only if connected in SSI Mode. In Symbol android devices, it is recommended to use EMDK for KitKat devices and not to use EMDK in JellyBean devices.</HELP_OVERVIEW>
11
+
12
+ <HELP_OVERVIEW_EB>The Barcode Module provides access to control the functionality of the device's scanner. Check the platform indicators in each property or method section. In general if you are developing for a device with only a camera, the number of symbologies available to you will be limited to just the most common ones, eg EAN13, UPCA etc and your scanning will be via the device camera. If your application is running on more traditional Symbol Technologies' hardware you will have much finer control over a more fully featured Scanner, often with a choice of scanner hardware on the device. In general if you wish to capture a single barcode in a 'one shot' use case, eg your App just wants to capture a single barcode to be submitted to a price comparison website then use Barcode.take(callback); if your application is expecting a number of barcodes to be received, common in enterprise scenarios for example a user in a warehouse then use Barcode.enable(callback). Only the foreground application is given access to the scanning hardware, when an application is sent to the background its state will be saved and it will automatically relinquish control of the scanner. When brought back to the foreground, an application previously using the barcode API will have its previous configuration reapplied automatically. A VC70 scanner will work only if connected in SSI Mode.
13
+ </HELP_OVERVIEW_EB>
14
+
15
+ <MORE_HELP>
16
+ ## Enabling the API
17
+ In order to use this API you must include the following extension in your `build.yml`
18
+ :::ruby
19
+ extensions: ["barcode"]
20
+
21
+ The `barcode` extension is also included automatically if you specify the following in your `build.yml`
22
+ :::ruby
23
+ app_type: "rhoelements"
24
+
25
+ NOTE: If you are building a Windows Mobile or Windows CE app with this API, you must set your app_type as "rhoelements" in your build.yml as shown [here](../guide/build_config#other-build-time-settings).
26
+
27
+ ## JavaScript Usage
28
+ Be sure to review the [JavaScript API Usage](/guide/api_js) guide for important information about using this API in JavaScript
29
+
30
+ ## Ruby Usage
31
+ Be sure to review the [Ruby API Usage](/guide/api_ruby) guide for important information about using this API in Ruby
32
+ </MORE_HELP>
33
+ <TEMPLATES>
34
+ <!-- <SINGLETON_INSTANCES/> produce enumerate() fabric method, all instances is singletons by ID, add ID property -->
35
+ <DEFAULT_INSTANCE/> <!-- object has default static property, all methods can be call by static way (called from default instance), produce default(), set_default() methods -->
36
+ <PROPERTY_BAG/> <!-- object has properties, produce getProps(), setProps() methods -->
37
+ </TEMPLATES>
38
+
39
+ <PROPERTIES usePropertyBag="accessorsViaPropertyBag">
40
+ <DESC>These properties are used to configure the barcode scanner or barcode decoding algorithms, depending on your device.</DESC>
41
+ <PROPERTY name="autoEnter" type="BOOLEAN" generateAccessors="true">
42
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
43
+ <PLATFORM>WM, CE, Android,WP8</PLATFORM>
44
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
45
+ <DESC>When true, automatically appends the character code for 'enter' to the end of any barcodes scanned. This is useful if you want to submit forms following a scan without further interaction. This property will only take effect if you have not specified a callback to the enable method. AutoEnter and AutoTab are mutually exclusive properties.</DESC>
46
+ </PROPERTY>
47
+ <PROPERTY name="autoTab" type="BOOLEAN" generateAccessors="true">
48
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
49
+ <PLATFORM>WM, CE, Android</PLATFORM>
50
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
51
+ <DESC>When true, automatically appends the tab character to the end of any barcodes scanned. This is useful if you are populating a form and want to jump to the next field in the form without further interaction. This property will only take effect if you have not specified a callback to the enable method. AutoTab and AutoEnter are mutually exclusive properties.</DESC>
52
+ </PROPERTY>
53
+ <PROPERTY name="hapticFeedback" type="BOOLEAN" generateAccessors="true" default="true">
54
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
55
+ <PLATFORM>Android</PLATFORM>
56
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
57
+ <DESC>Controls the haptic feedback on decode. This means that if this is set to true, then the device will vibrate when a decode occurs.</DESC>
58
+ </PROPERTY>
59
+ <PROPERTY name="linearSecurityLevel" type="STRING" generateAccessors="true">
60
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
61
+ <PLATFORM>WM, CE, Android</PLATFORM>
62
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
63
+ <DESC>Describes the linear security level used during decoding. This determines the number of times a barcode must be read before it is decoded. If the successive reads of the barcode do not match, it will not be decoded.</DESC>
64
+ <VALUES>
65
+ <VALUE constName="REDUNDANCY_AND_LENGTH" value="redundancyAndLength">
66
+ <DESC>Double redundancy based on redundancy flags and code length. Only applicable to laser scanners, not BlockBuster imager scanners. Not supported on Android with EMDK version 3.1 and above.</DESC>
67
+ </VALUE>
68
+ <VALUE constName="SHORT_OR_CODABAR" value="shortOrCodabar">
69
+ <DESC>Double redundancy if short barcode or Codabar.</DESC>
70
+ </VALUE>
71
+ <VALUE constName="LONG_AND_SHORT" value="longAndShort">
72
+ <DESC>Double redundancy for long barcodes, triple for short barcodes.</DESC>
73
+ </VALUE>
74
+ <VALUE constName="ALL_TWICE" value="allTwice">
75
+ <DESC>Double redundancy for all barcodes.</DESC>
76
+ </VALUE>
77
+ <VALUE constName="ALL_THRICE" value="allThrice">
78
+ <DESC>Triple redundancy for all barcodes.</DESC>
79
+ </VALUE>
80
+ </VALUES>
81
+ </PROPERTY>
82
+ <PROPERTY name="scanTimeout" type="INTEGER" generateAccessors="true">
83
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
84
+ <PLATFORM>WM, CE, Android</PLATFORM>
85
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
86
+ <DESC>Maximum time in milliseconds that laser scanners will emit a beam or imager scanners will enable the imager. A value of 0 indicates an infinite timeout. This parameter is compatible with aimType:trigger, aimType:timedHold, aimType:timedRelease and aimType:pressAndRelease. Note that for regulatory reasons scanTimeout is not configurable on all laser / imager scanners. Scan timeout is extent to hardware capabilities and limitations.</DESC>
87
+ </PROPERTY>
88
+ <PROPERTY name="rasterMode" type="STRING" generateAccessors="true">
89
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
90
+ <DESC>Describes the type of vertical rastering to use.</DESC>
91
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
92
+ <PLATFORM>WM</PLATFORM>
93
+ <VALUES>
94
+ <VALUE constName="RASTER_NONE" value="none">
95
+ <DESC>No vertical rastering.</DESC>
96
+ </VALUE>
97
+ <VALUE constName="RASTER_OPEN_ALWAYS" value="openAlways">
98
+ <DESC>Vertical rastering is always full open. To adjust the rastering height use the rasterHeight property.</DESC>
99
+ </VALUE>
100
+ <VALUE constName="RASTER_SMART" value="smart">
101
+ <DESC>Vertical rastering mode is 'Smart'.</DESC>
102
+ </VALUE>
103
+ <VALUE constName="RASTER_CYCLONE" value="cyclone">
104
+ <DESC>Vertical rastering mode is 'Cyclone'.</DESC>
105
+ </VALUE>
106
+ </VALUES>
107
+ </PROPERTY>
108
+ <PROPERTY name="rasterHeight" type="INTEGER" generateAccessors="true">
109
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
110
+ <PLATFORM>WM</PLATFORM>
111
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
112
+ <DESC>Vertical rastering height to use, as a percentage, when rasterMode:openAlways is applied. This value must be between 0 and 100.</DESC>
113
+ </PROPERTY>
114
+ <PROPERTY name="aimType" type="STRING" generateAccessors="true">
115
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
116
+ <PLATFORM>WM</PLATFORM>
117
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
118
+ <DESC>Describes the type of aiming to use.</DESC>
119
+ <VALUES>
120
+ <VALUE constName="AIMTYPE_TRIGGER" value="trigger">
121
+ <DESC>Standard trigger mode. Holding the trigger will start a decoding session.</DESC>
122
+ </VALUE>
123
+ <VALUE constName="AIMTYPE_TIMED_HOLD" value="timedHold">
124
+ <DESC>Aiming lasts for the time specified by 'timedAimDuration' before decoding. The opportunity to scan will last until the barcode is decoded or scanTimeout occurs.</DESC>
125
+ </VALUE>
126
+ <VALUE constName="AIMTYPE_TIMED_RELEASE" value="timedRelease">
127
+ <DESC>Aiming lasts until trigger is released. If the timedAimDuration has expired when the trigger is released then a decode session is started until a barcode is decoded or for the remaining time equal to the scanTimeout value.</DESC>
128
+ </VALUE>
129
+ <VALUE constName="AIMTYPE_PRESENTATION" value="presentation">
130
+ <DESC>Provided to support Kiosk devices. The scanner illuminates when movement is detected in the range of the scanner window. In order to use this mode the scanner must be initiated with a softscan using the Rho.Barcode.start() method and again after each decode. The device must be equipped with a sensor to detect movement to use presentation mode. MK31XX devices come with presentation mode pre-enabled in the scanner driver and the aimType cannot be modified for these devices.</DESC>
131
+ </VALUE>
132
+ <VALUE constName="AIMTYPE_PRESS_AND_RELEASE" value="pressAndRelease">
133
+ <DESC>Scan will continue after the trigger is released until scanTimeout occurs.</DESC>
134
+ </VALUE>
135
+ <VALUE constName="AIMTYPE_CONTINUOUS_READ" value="continuousRead">
136
+ <DESC>Once the trigger is pulled barcodes will continue to be scanned as long as the trigger is held, enabling rapid scanning, to be used in conjunction with sameSymbolTimeout and differentSymbolTimeout. This value is ignored if viewfinderMode is set to 'dynamicReticle'</DESC>
137
+ </VALUE>
138
+ </VALUES>
139
+ </PROPERTY>
140
+ <PROPERTY name="timedAimDuration" type="INTEGER" generateAccessors="true">
141
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
142
+ <PLATFORM>WM</PLATFORM>
143
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
144
+ <DESC>Aim duration in milliseconds for aimType:timedHold and aimType:timedRelease.</DESC>
145
+ </PROPERTY>
146
+ <PROPERTY name="sameSymbolTimeout" type="INTEGER" generateAccessors="true">
147
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
148
+ <PLATFORM>WM</PLATFORM>
149
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
150
+ <DESC>When the aimType:continuousRead property is applied this value defines the interval between which the same barcode can be decoded twice. The value is specified in milliseconds, use 0 to indicate no interval between successive reads. Use this value to prevent accidental duplicate scans.</DESC>
151
+ </PROPERTY>
152
+ <PROPERTY name="differentSymbolTimeout" type="INTEGER" generateAccessors="true">
153
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
154
+ <PLATFORM>WM</PLATFORM>
155
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
156
+ <DESC>When the aimType:continuousRead property is applied this value defines the interval between which different barcodes can be scanned. The value is specified in milliseconds, use 0 to indicate no interval between successive reads. Use this setting to allow time for the operator to re-aim the device between successive scans.</DESC>
157
+ </PROPERTY>
158
+ <PROPERTY name="aimMode" type="STRING" generateAccessors="true">
159
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
160
+ <PLATFORM>WM</PLATFORM>
161
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
162
+ <DESC>Defines the aiming mode to use.</DESC>
163
+ <VALUES>
164
+ <VALUE constName="AIMMODE_NONE" value="none">
165
+ <DESC>No Aiming (Can be overridden by picklistMode).</DESC>
166
+ </VALUE>
167
+ <VALUE constName="AIMMODE_DOT" value="dot">
168
+ <DESC>Laser barcode readers will show a dot for aiming.</DESC>
169
+ </VALUE>
170
+ <VALUE constName="AIMMODE_SLAB" value="slab">
171
+ <DESC>Laser barcode readers will show a slab for aiming.</DESC>
172
+ </VALUE>
173
+ <VALUE constName="AIMMODE_RETICLE" value="reticle">
174
+ <DESC>Imager barcode readers will show a reticle for aiming.</DESC>
175
+ </VALUE>
176
+ </VALUES>
177
+ </PROPERTY>
178
+ <PROPERTY name="picklistMode" type="STRING" generateAccessors="true">
179
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
180
+ <PLATFORM>WM, CE, Android</PLATFORM>
181
+ <APPLIES msiOnly="true">Imager / Camera Scanners on Symbol Technologies' devices</APPLIES>
182
+ <DESC>Allows the imager to decode only the barcode that is directly under the cross-hair / center of the reticle. This feature is most useful in applications where multiple barcodes may appear in the field of view during a decode session and only one of them is targeted for decode. When enabled picklistMode will override aimMode or, if no aiming is chosen, and use aimMode:reticle. This mode will also interact with viewfinderMode, see the EMDK for C help file for more information. Enabling picklist mode may adversely affect overall decoding performance.</DESC>
183
+ <VALUES>
184
+ <VALUE constName="PICKLIST_DISABLED" value="disabled">
185
+ <DESC>Disables picklist mode so any barcode within the field of view can be decoded.</DESC>
186
+ </VALUE>
187
+ <VALUE constName="PICKLIST_HARDWARE_RETICLE" value="hardwareReticle">
188
+ <DESC>Enables picklist mode so that only the barcode under the projected reticle can be decoded. On Windows, if the imager does not support a projected reticle then the behavior is the same as softwareReticle. On Android, this is only supported for Imager (non-viewfinder) based scanners.</DESC>
189
+ </VALUE>
190
+ <VALUE constName="PICKLIST_SOFTWARE_RETICLE" value="softwareReticle">
191
+ <DESC>Enables picklist mode so that only the barcode in the center of the image is decoded. This is most useful when used in conjunction with static and dynamic reticle viewfinder modes. This value is not supported on Android Platform.</DESC>
192
+ </VALUE>
193
+ </VALUES>
194
+ </PROPERTY>
195
+ <PROPERTY name="viewfinderMode" type="STRING" generateAccessors="true">
196
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
197
+ <PLATFORM>WM, CE, Android</PLATFORM>
198
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
199
+ <DESC>Configures the mode of the scanner viewfinder window. This attribute is not supported on all Scanners and will interact with the picklistMode parameter, see the EMDK for C help file for more information.</DESC>
200
+ <VALUES>
201
+ <VALUE constName="VIEWFINDER_ENABLED" value="enabled">
202
+ <DESC>Only the viewfinder is enabled (not the reticle). Displays a viewfinder on the screen showing the image being captured by the camera.</DESC>
203
+ </VALUE>
204
+ <VALUE constName="VIEWFINDER_DISABLED" value="disabled">
205
+ <DESC>The viewfinder will not be displayed during aiming or scanning.</DESC>
206
+ </VALUE>
207
+ <VALUE constName="VIEWFINDER_STATIC_RETICLE" value="staticReticle">
208
+ <DESC>Displays the viewfinder as well as draws a red reticle in the center of the image which helps with tracking the barcode.</DESC>
209
+ </VALUE>
210
+ <VALUE constName="VIEWFINDER_DYNAMIC_RETICLE" value="dynamicReticle">
211
+ <DESC>Displays the viewfinder as well as draws a red reticle in the center of the image. If the barcode in the image is 'decodable' the reticle turns green to indicate this. This mode requires a second trigger press to decode the barcode after the reticle turns green. Not supported on Android.</DESC>
212
+ </VALUE>
213
+ </VALUES>
214
+ </PROPERTY>
215
+ <PROPERTY name="viewfinderX" type="INTEGER" generateAccessors="true">
216
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
217
+ <PLATFORM>WM</PLATFORM>
218
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
219
+ <DESC>When scanning a barcode using a Camera scanner the viewfinder preview window will appear this number of pixels from the left hand side of the screen. The images displayed in the viewfinder will be scaled as appropriate.</DESC>
220
+ </PROPERTY>
221
+ <PROPERTY name="viewfinderY" type="INTEGER" generateAccessors="true">
222
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
223
+ <PLATFORM>WM</PLATFORM>
224
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
225
+ <DESC>When scanning a barcode using a Camera scanner the viewfinder preview window will appear this number of pixels from the top of the screen. The images displayed in the viewfinder will be scaled as appropriate.</DESC>
226
+ </PROPERTY>
227
+ <PROPERTY name="viewfinderWidth" type="INTEGER" generateAccessors="true">
228
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
229
+ <PLATFORM>WM</PLATFORM>
230
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
231
+ <DESC>When scanning a barcode using a Camera scanner the viewfinder preview window will be this number of pixels wide. The images displayed in the viewfinder will be scaled as appropriate.</DESC>
232
+ </PROPERTY>
233
+ <PROPERTY name="viewfinderHeight" type="INTEGER" generateAccessors="true">
234
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
235
+ <PLATFORM>WM</PLATFORM>
236
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
237
+ <DESC>When scanning a barcode using a Camera scanner the viewfinder preview window will be this number of pixels in height. The images displayed in the viewfinder will be scaled as appropriate.</DESC>
238
+ </PROPERTY>
239
+ <PROPERTY name="viewfinderFeedback" type="STRING" generateAccessors="true">
240
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
241
+ <PLATFORM>WM, CE, Android</PLATFORM>
242
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
243
+ <DESC>Configures the feedback given after a successful scan. This value is ignored if aimType is set to continuousRead and no feedback will be given. Not supported on Android with EMDK version 3.1 and above.</DESC>
244
+ <VALUES>
245
+ <VALUE constName="VF_FEEDBACK_ENABLED" value="enabled">
246
+ <DESC>The last image that was successfully decoded is displayed. The time for which the image is displayed can be configured by the viewfinderFeedbackTime parameter.</DESC>
247
+ </VALUE>
248
+ <VALUE constName="VF_FEEDBACK_DISABLED" value="disabled">
249
+ <DESC>No feedback is given in the viewfinder after a successful decode.</DESC>
250
+ </VALUE>
251
+ <VALUE constName="VF_FEEDBACK_RETICLE" value="reticle">
252
+ <DESC>The last image that was successfully decoded is displayed along with a red reticle in the center of the image. The time for which the image is displayed can be configured by the viewfinderFeedbackTime parameter.</DESC>
253
+ </VALUE>
254
+ </VALUES>
255
+ </PROPERTY>
256
+ <PROPERTY name="viewfinderFeedbackTime" type="INTEGER" generateAccessors="true">
257
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
258
+ <PLATFORM>WM, CE, Android</PLATFORM>
259
+ <APPLIES msiOnly="true">Camera Scanners on Symbol Technologies' devices</APPLIES>
260
+ <DESC>If the viewfinderFeedback:enabled or viewfinderFeedback:reticle are applied then the decoded barcode will remain on the screen for this duration, specified in milliseconds. Not supported on Android with EMDK version 3.1 and above.</DESC>
261
+ </PROPERTY>
262
+ <PROPERTY name="focusMode" type="STRING" generateAccessors="true">
263
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
264
+ <PLATFORM>WM</PLATFORM>
265
+ <APPLIES msiOnly="true">Imager / Camera Scanners on Symbol Technologies' devices</APPLIES>
266
+ <DESC>Sets the focus mode in use.</DESC>
267
+ <VALUES>
268
+ <VALUE constName="FOCUS_FIXED" value="fixed">
269
+ <DESC>Use fixed focus.</DESC>
270
+ </VALUE>
271
+ <VALUE constName="FOCUS_AUTO" value="auto">
272
+ <DESC>Use auto focus.</DESC>
273
+ </VALUE>
274
+ </VALUES>
275
+ </PROPERTY>
276
+ <PROPERTY name="illuminationMode" type="STRING" generateAccessors="true">
277
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
278
+ <PLATFORM>WM, CE</PLATFORM>
279
+ <APPLIES msiOnly="true">Imager / Camera Scanners on Symbol Technologies devices</APPLIES>
280
+ <DESC>Selects the illumination mode to use. Not currently supported on Android (illumination is always on).</DESC>
281
+ <VALUES>
282
+ <VALUE constName="ILLUMINATION_AUTO" value="auto">
283
+ <DESC>Auto-exposure algorithms will decide whether illumination is required. Not currently supported on Android.</DESC>
284
+ </VALUE>
285
+ <VALUE constName="ILLUMINATION_ALWAYS_ON" value="alwaysOn">
286
+ <DESC>External illumination is always on.</DESC>
287
+ </VALUE>
288
+ <VALUE constName="ILLUMINATION_ALWAYS_OFF" value="alwaysOff">
289
+ <DESC>External illumination is always off.</DESC>
290
+ </VALUE>
291
+ </VALUES>
292
+ </PROPERTY>
293
+ <PROPERTY name="dpmMode" type="BOOLEAN" generateAccessors="true">
294
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
295
+ <PLATFORM>WM</PLATFORM>
296
+ <APPLIES msiOnly="true">Imager / Camera Scanners on Symbol Technologies' devices. The scanning engine must support DPM barcodes.</APPLIES>
297
+ <DESC>Allows Direct Part Marking (DPM) barcodes to be read When true, but may adversely affect overall decoding performance. DPM is a way of stamping barcodes directly on physical objects and is only available on DPM terminals.</DESC>
298
+ </PROPERTY>
299
+ <PROPERTY name="inverse1dMode" type="STRING" generateAccessors="true">
300
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
301
+ <PLATFORM>WM, CE, Android</PLATFORM>
302
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices. The scanning engine must support inverse barcodes</APPLIES>
303
+ <DESC>Allows the user to select inverse 1D barcodes for decoding.</DESC>
304
+ <VALUES>
305
+ <VALUE constName="INVERSE_ENABLED" value="enabled">
306
+ <DESC>Inverse 1D symbology decoding is enabled.</DESC>
307
+ </VALUE>
308
+ <VALUE constName="INVERSE_DISABLED" value="disabled">
309
+ <DESC>Inverse 1D symbology decoding is disabled.</DESC>
310
+ </VALUE>
311
+ <VALUE constName="INVERSE_AUTO" value="auto">
312
+ <DESC>Allows decoding of both positive and inverse 1D symbologies.</DESC>
313
+ </VALUE>
314
+ </VALUES>
315
+ </PROPERTY>
316
+ <PROPERTY name="poorQuality1dMode" type="BOOLEAN" generateAccessors="true">
317
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
318
+ <PLATFORM>WM</PLATFORM>
319
+ <APPLIES msiOnly="true">Imager / Camera Scanners on Symbol Technologies' devices</APPLIES>
320
+ <DESC>Allows poor quality 1D barcodes to be read When true, but this will adversely affect the overall decoding performance.</DESC>
321
+ </PROPERTY>
322
+ <PROPERTY name="beamWidth" type="STRING" generateAccessors="true">
323
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
324
+ <PLATFORM>WM</PLATFORM>
325
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
326
+ <DESC>Specifies the width of the laser beam. All devices will support normal beam widths but other widths may not be supported on your device.</DESC>
327
+ <VALUES>
328
+ <VALUE constName="BEAM_NORMAL" value="normal">
329
+ <DESC>Laser beam width is normal.</DESC>
330
+ </VALUE>
331
+ <VALUE constName="BEAM_WIDE" value="wide">
332
+ <DESC>Laser beam width is wide.</DESC>
333
+ </VALUE>
334
+ <VALUE constName="BEAM_NARROW" value="narrow">
335
+ <DESC>Laser beam width is narrow.</DESC>
336
+ </VALUE>
337
+ </VALUES>
338
+ </PROPERTY>
339
+ <PROPERTY name="dbpMode" type="STRING" generateAccessors="true">
340
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
341
+ <PLATFORM>WM</PLATFORM>
342
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
343
+ <DESC>Describes the type of Digital Bar Pulse (DBP) being produced by the scan engine.</DESC>
344
+ <VALUES>
345
+ <VALUE constName="DBP_NORMAL" value="normal">
346
+ <DESC>Tells the scan engine to produce normal DBP.</DESC>
347
+ </VALUE>
348
+ <VALUE constName="DBP_COMPOSITE" value="composite">
349
+ <DESC>Tells the scan engine to produce composite DBP, which is 2 different sets of DBP data multiplexed together for better decode performance. In order to enable this mode it must be supported by the scanner.</DESC>
350
+ </VALUE>
351
+ </VALUES>
352
+ </PROPERTY>
353
+ <PROPERTY name="klasseEins" type="BOOLEAN" generateAccessors="true">
354
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
355
+ <PLATFORM>WM</PLATFORM>
356
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
357
+ <DESC>Enables or disables the Klasse Eins laser on time function.</DESC>
358
+ </PROPERTY>
359
+ <PROPERTY name="adaptiveScanning" type="BOOLEAN" generateAccessors="true">
360
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
361
+ <PLATFORM>WM</PLATFORM>
362
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
363
+ <DESC>Enables or disables adaptive scanning. When set to true, the scan engine will automatically toggle between 2 scan angles, wide and narrow, allowing the scan engine to decode barcodes both in close proximity and far away (~100 inches). Adaptive scanning is only supported in high performance, long working range scan engines such as SE960.</DESC>
364
+ </PROPERTY>
365
+ <PROPERTY name="bidirectionalRedundancy" type="BOOLEAN" generateAccessors="true">
366
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
367
+ <PLATFORM>WM</PLATFORM>
368
+ <APPLIES msiOnly="true">Laser Scanners on Symbol Technologies' devices</APPLIES>
369
+ <DESC>Enables or disables bidirectional redundancy.</DESC>
370
+ </PROPERTY>
371
+ <PROPERTY name="barcodeDataFormat" type="STRING" generateAccessors="true">
372
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
373
+ <PLATFORM>WM</PLATFORM>
374
+ <APPLIES msiOnly="true">Camera / Imager Scanners on Symbol Technologies' devices</APPLIES>
375
+ <DESC>Specifies the format in which the barcode data is returned, binary data is returned in Data URI format with the appropriate mime type. This parameter is designed to be used primarily with image based symbologies (eg. Signature). Binary data will not be output as keystrokes, you must set a decode callback in order to receive scanned data.</DESC>
376
+ <VALUES>
377
+ <VALUE constName="FORMAT_BINARY" value="binary">
378
+ <DESC>Scanned data will be returned in Data URI format.</DESC>
379
+ </VALUE>
380
+ <VALUE constName="FORMAT_TEXT" value="text">
381
+ <DESC>Scanned data will be returned in Text format.</DESC>
382
+ </VALUE>
383
+ </VALUES>
384
+ </PROPERTY>
385
+ <PROPERTY name="dataBufferSize" type="INTEGER" generateAccessors="true">
386
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
387
+ <PLATFORM>WM</PLATFORM>
388
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
389
+ <DESC>Specifies the number of bytes allocated to receive the scanned barcode. This parameter is designed to be used primarily with image based symbologies and should not be modified unless absolutely necessary (eg. Signature).</DESC>
390
+ </PROPERTY>
391
+ <PROPERTY name="connectionIdleTimeout" type="INTEGER" generateAccessors="true">
392
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
393
+ <PLATFORM>WM</PLATFORM>
394
+ <APPLIES msiOnly="true">Bluetooth Scanners on Symbol Technologies' devices</APPLIES>
395
+ <DESC>Specifies the time, in seconds, that an external scanner will be allowed to remain idle before the connection is terminated to conserve power.</DESC>
396
+ </PROPERTY>
397
+ <PROPERTY name="disconnectBtOnDisable" type="BOOLEAN" generateAccessors="true">
398
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
399
+ <PLATFORM>WM</PLATFORM>
400
+ <APPLIES msiOnly="true">Bluetooth Scanners on Symbol Technologies' devices</APPLIES>
401
+ <DESC>Forces the scanner to disconnect from the terminal when it is 'disabled'. Since the scanner is disabled when you navigate to a new page, set this value to false if you want to maintain the bluetooth connection to your remote scanner.</DESC>
402
+ </PROPERTY>
403
+ <PROPERTY name="displayBtAddressBarcodeOnEnable" type="BOOLEAN" generateAccessors="true">
404
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
405
+ <PLATFORM>WM</PLATFORM>
406
+ <APPLIES msiOnly="true">Bluetooth Scanners on Symbol Technologies' devices</APPLIES>
407
+ <DESC>If set to true the bluetooth address will be displayed as a barcode on the screen during the pairing process, initiated by calling 'enable' on a bluetooth scanner. Not all devices support this functionality. Note you must specify this parameter before or within the call to 'enable'.</DESC>
408
+ </PROPERTY>
409
+ <PROPERTY name="enableTimeout" type="INTEGER" generateAccessors="true">
410
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
411
+ <PLATFORM>WM</PLATFORM>
412
+ <APPLIES msiOnly="true">Bluetooth Scanners on Symbol Technologies' devices</APPLIES>
413
+ <DESC>Configures the time (in seconds) allowed to pair with the external bluetooth scanner after calling the 'enable()' method. You must specify this parameter before calling 'enable' to change the default.</DESC>
414
+ </PROPERTY>
415
+ <PROPERTY name="friendlyName" type="STRING" generateAccessors="true" readOnly="true">
416
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
417
+ <PLATFORM>WM, CE, Android</PLATFORM>
418
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
419
+ <DESC>Returns the friendly name associated with the scanner.</DESC>
420
+ </PROPERTY>
421
+ <PROPERTY name="lcdMode" type="BOOLEAN" generateAccessors="true" default="false">
422
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
423
+ <PLATFORM>Android</PLATFORM>
424
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
425
+ <DESC>Controls whether LCD Mode is enabled on the scanner. LCD Mode makes it easier to scan barcodes off of LCD screens (like mobile device screens)</DESC>
426
+ </PROPERTY>
427
+ <PROPERTY name="lowBatteryScan" type="BOOLEAN" generateAccessors="true" default="false">
428
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
429
+ <PLATFORM>WM</PLATFORM>
430
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
431
+ <DESC>Set to false to disable scanning when the battery is low / critical or set to true to enable it.</DESC>
432
+ </PROPERTY>
433
+ <PROPERTY name="triggerConnected" type="BOOLEAN" generateAccessors="true" default="true">
434
+ <VER_INTRODUCED>4.1.0</VER_INTRODUCED>
435
+ <PLATFORM>WM</PLATFORM>
436
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
437
+ <DESC>Only applies to an enabled laser or imaging scanner. Disconnecting the trigger will prevent the scan beam from being emitted, this can temporarily prevent a user from scanning without having to disable the scanner, which can take longer. By default the trigger will be connected when the scanner is first enabled, you do not have to connect it separately. Please note that disconnecting the trigger will also prevent the start method from emitting a laser. This property will only affect the scanner and will have no effect on the 'captureTrigger' API.</DESC>
438
+ </PROPERTY>
439
+ <PROPERTY name="disableScannerDuringNavigate" type="BOOLEAN" generateAccessors="true" default="true">
440
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
441
+ <PLATFORM>WM</PLATFORM>
442
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
443
+ <DESC>By default if you have enabled the Scanner on a page, through either JavaScript or Ruby and navigate to a new page the Scanner will automatically disable. To override this behavior you can set this option to false and once enabled the Scanner will remain so in the foreground application until you disable it.</DESC>
444
+ </PROPERTY>
445
+ <PROPERTY name="decodeVolume" type="INTEGER" generateAccessors="true" default="5">
446
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
447
+ <PLATFORM>WM, CE, Android</PLATFORM>
448
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
449
+ <DESC>The volume of the device beeper when a barcode is scanned. Volume specified using 0 to 5, with 5 being the loudest. The value of 0 is device dependent, some Windows Mobile / CE devices interpret this as the quietest volume; if you wish to completely disable the beeper on scan please set decodeSound to an empty or invalid sound file.</DESC>
450
+ </PROPERTY>
451
+ <PROPERTY name="decodeDuration" type="INTEGER" generateAccessors="true" default="250">
452
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
453
+ <PLATFORM>WM, CE, Android</PLATFORM>
454
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
455
+ <DESC>The duration of the device beeper when a barcode is scanned, in milliseconds.</DESC>
456
+ </PROPERTY>
457
+ <PROPERTY name="decodeFrequency" type="INTEGER" generateAccessors="true" default="3000">
458
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
459
+ <PLATFORM>WM, CE, Android</PLATFORM>
460
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
461
+ <DESC>The frequency of the device beeper when a barcode is successfully decoded. This should be within the range of the beeper but the API will accept values in the range 0 to 65535.</DESC>
462
+ </PROPERTY>
463
+ <PROPERTY name="invalidDecodeFrequency" type="INTEGER" generateAccessors="true" default="2500">
464
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
465
+ <PLATFORM>WM</PLATFORM>
466
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
467
+ <DESC>The frequency of the device beeper when a barcode is scanned but not successfully decoded. This should be within the range of the beeper but the API will accept values in the range 0 to 65535.</DESC>
468
+ </PROPERTY>
469
+ <PROPERTY name="decodeSound" type="STRING" generateAccessors="true">
470
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
471
+ <PLATFORM>WM, CE, Android</PLATFORM>
472
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
473
+ <DESC>Path to a local wave file to be played when the scanner successfully decodes a barcode. This setting overrides the scanner beeper. In Android, this settings will not override beeper and hence not supported.</DESC>
474
+ </PROPERTY>
475
+ <PROPERTY name="invalidDecodeSound" type="STRING" generateAccessors="true">
476
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
477
+ <PLATFORM>WM</PLATFORM>
478
+ <APPLIES msiOnly="true">Scanners on Symbol Technologies' devices</APPLIES>
479
+ <DESC>Path to a local wave file to be played when a barcode is scanned but not successfully decoded. This setting overrides the scanner beeper.</DESC>
480
+ </PROPERTY>
481
+ <PROPERTY name="scannerType" type="STRING" generateAccessors="true" readOnly="true">
482
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
483
+ <PLATFORM>WM, CE, Android, WP8</PLATFORM>
484
+ <APPLIES msiOnly="false">All Scanners</APPLIES>
485
+ <DESC>The type of scanner in use, will be one of 'Camera', 'Imager' or 'Laser'. Camera scanners capture and process an image taken via the devices camera. Imager scanners rely on capturing and processing an image of the barcode via dedicated scanning hardware. Both camera and imager scanners are capable of decoding 1D and 2D barcodes. Laser scanners are only capable of decoding 1D barcodes and rely on a sweeping laser.</DESC>
486
+ </PROPERTY>
487
+ <PROPERTY name="allDecoders" type="BOOLEAN" generateAccessors="true">
488
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
489
+ <PLATFORM>WM, CE, Android</PLATFORM>
490
+ <APPLIES msiOnly="false">Scanners on Symbol Technologies' devices</APPLIES>
491
+ <DESC>When set to true, the barcode scanner will read all barcode types that the scanner is capable of reading. When set to false, the barcode scanner will not be able to decode any symbologies, this is most useful if you want to set the scanner to a default state before only enabling your required symbologies. The fewer symbologies that are enabled the faster the decoding performance of the scanning engine will be. This property will return true only if all supported symbologies by the scanner are enabled, if only a subset of supported symbologies are enabled then false will be returned. Note that some decoders will not be enabled as some symbologies use the same systems to encode data, making it impossible to differentiate between them. For example: "canpostal" and "auspostal" both use a 4-state system, so devices will only enable either "canpostal" OR "auspostal" when "alldecoders" is enabled. Note that other symbologies also share the 4-state system.</DESC>
492
+ </PROPERTY>
493
+ <PROPERTY name="aztec" type="BOOLEAN" generateAccessors="true">
494
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
495
+ <PLATFORM>WM, CE, Android</PLATFORM>
496
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
497
+ <DESC>Enables or disables the symbology for Aztec barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
498
+ </PROPERTY>
499
+ <PROPERTY name="chinese2of5" type="BOOLEAN" generateAccessors="true">
500
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
501
+ <PLATFORM>WM, CE, Android</PLATFORM>
502
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
503
+ <DESC>Enables or disables the symbology for Chinese 2of5 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
504
+ </PROPERTY>
505
+ <PROPERTY name="codabar" type="BOOLEAN" generateAccessors="true">
506
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
507
+ <PLATFORM>WM, CE, Android</PLATFORM>
508
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
509
+ <DESC>Enables or disables the symbology for Codabar barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
510
+ </PROPERTY>
511
+ <PROPERTY name="codabarClsiEditing" type="BOOLEAN" generateAccessors="true">
512
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
513
+ <PLATFORM>WM, CE, Android</PLATFORM>
514
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
515
+ <DESC>Enables Codabar CLSi formatting when set to true.</DESC>
516
+ </PROPERTY>
517
+ <PROPERTY name="codabarMaxLength" type="INTEGER" generateAccessors="true">
518
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
519
+ <PLATFORM>WM, CE, Android</PLATFORM>
520
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
521
+ <DESC>Specifies the maximum number of allowable characters in a Codabar barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
522
+ </PROPERTY>
523
+ <PROPERTY name="codabarMinLength" type="INTEGER" generateAccessors="true">
524
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
525
+ <PLATFORM>WM, CE, Android</PLATFORM>
526
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
527
+ <DESC>Specifies the minimum number of allowable characters in a Codabar barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
528
+ </PROPERTY>
529
+ <PROPERTY name="codabarNotisEditing" type="BOOLEAN" generateAccessors="true">
530
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
531
+ <PLATFORM>WM, CE, Android</PLATFORM>
532
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
533
+ <DESC>Enables Codabar NotisEditing formatting when set to true.</DESC>
534
+ </PROPERTY>
535
+ <PROPERTY name="codabarRedundancy" type="BOOLEAN" generateAccessors="true">
536
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
537
+ <PLATFORM>WM, CE, Android</PLATFORM>
538
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
539
+ <DESC>Sets the Codabar Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
540
+ </PROPERTY>
541
+ <PROPERTY name="code11" type="BOOLEAN" generateAccessors="true">
542
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
543
+ <PLATFORM>WM, CE, Android</PLATFORM>
544
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
545
+ <DESC>Enables or disables the symbology for Code11 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
546
+ </PROPERTY>
547
+ <PROPERTY name="code11checkDigitCount" type="STRING" generateAccessors="true">
548
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
549
+ <PLATFORM>WM, CE, Android</PLATFORM>
550
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
551
+ <DESC>Specifies whether to verify 0, 1 or 2 check digits.</DESC>
552
+ <VALUES>
553
+ <VALUE constName="CODE11_CHECKDIGIT_NONE" value="none">
554
+ <DESC>Scanning engine will verify no Code 11 check digits.</DESC>
555
+ </VALUE>
556
+ <VALUE constName="CODE11_CHECKDIGIT_ONE" value="one">
557
+ <DESC>Scanning engine will verify one Code 11 check digit.</DESC>
558
+ </VALUE>
559
+ <VALUE constName="CODE11_CHECKDIGIT_TWO" value="two">
560
+ <DESC>Scanning engine will verify two Code 11 check digits.</DESC>
561
+ </VALUE>
562
+ </VALUES>
563
+ </PROPERTY>
564
+ <PROPERTY name="code11maxLength" type="INTEGER" generateAccessors="true">
565
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
566
+ <PLATFORM>WM, CE, Android</PLATFORM>
567
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
568
+ <DESC>Specifies the maximum number of allowable characters in a Code 11 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
569
+ </PROPERTY>
570
+ <PROPERTY name="code11minLength" type="INTEGER" generateAccessors="true">
571
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
572
+ <PLATFORM>WM, CE, Android</PLATFORM>
573
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
574
+ <DESC>Specifies the minimum number of allowable characters in a Code 11 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
575
+ </PROPERTY>
576
+ <PROPERTY name="code11redundancy" type="BOOLEAN" generateAccessors="true">
577
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
578
+ <PLATFORM>WM, CE, Android</PLATFORM>
579
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
580
+ <DESC>Sets the Code 11 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
581
+ </PROPERTY>
582
+ <PROPERTY name="code11reportCheckDigit" type="BOOLEAN" generateAccessors="true">
583
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
584
+ <PLATFORM>WM, CE, Android</PLATFORM>
585
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
586
+ <DESC>When true, the barcode check digit(s) will be reported for scanned Code 11 barcodes.</DESC>
587
+ </PROPERTY>
588
+ <PROPERTY name="code128" type="BOOLEAN" generateAccessors="true">
589
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
590
+ <PLATFORM>WM, CE, Android</PLATFORM>
591
+ <PLATFORM>WM, CE, Android</PLATFORM>
592
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
593
+ <DESC>Enables or disables the symbology for Code128 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
594
+ </PROPERTY>
595
+ <PROPERTY name="code128checkIsBtTable" type="BOOLEAN" generateAccessors="true">
596
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
597
+ <PLATFORM>WM, CE, Android</PLATFORM>
598
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
599
+ <DESC>When true, decodes concatenated Code128 output only if the pair belongs to one of the commonly concatenated pairs as defined by the standard.</DESC>
600
+ </PROPERTY>
601
+ <PROPERTY name="code128ean128" type="BOOLEAN" generateAccessors="true">
602
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
603
+ <PLATFORM>WM, CE, Android</PLATFORM>
604
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
605
+ <DESC>When true, barcodes with the EAN128 subtype property set will be read.</DESC>
606
+ </PROPERTY>
607
+ <PROPERTY name="code128isbt128" type="BOOLEAN" generateAccessors="true">
608
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
609
+ <PLATFORM>WM, CE, Android</PLATFORM>
610
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
611
+ <DESC>When true, barcodes with the isbt128 subtype property set will be read.</DESC>
612
+ </PROPERTY>
613
+ <PROPERTY name="code128isbt128ConcatMode" type="STRING" generateAccessors="true">
614
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
615
+ <PLATFORM>WM, CE, Android</PLATFORM>
616
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
617
+ <DESC>Sets the Code128 ISBT concatenation mode property. This feature allows a pair of barcodes which meet certain criteria defined in the ISBT128 spec to be reported as a single barcode. This parameter describes the different concatenation modes available for ISBT128.</DESC>
618
+ <VALUES>
619
+ <VALUE constName="CODE128ISBT_NEVER" value="never">
620
+ <DESC>Will ignore the barcode pair and only output decode data for one of the barcodes.</DESC>
621
+ </VALUE>
622
+ <VALUE constName="CODE128ISBT_ALWAYS" value="always">
623
+ <DESC>Will not decode if both barcodes are not present or if one of them can not be decoded.</DESC>
624
+ </VALUE>
625
+ <VALUE constName="CODE128ISBT_AUTO" value="auto">
626
+ <DESC>Auto-Discriminate.</DESC>
627
+ </VALUE>
628
+ </VALUES>
629
+ </PROPERTY>
630
+ <PROPERTY name="code128maxLength" type="INTEGER" generateAccessors="true">
631
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
632
+ <PLATFORM>WM, CE, Android</PLATFORM>
633
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
634
+ <DESC>Specifies the maximum number of allowable characters in a Code 128 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
635
+ </PROPERTY>
636
+ <PROPERTY name="code128minLength" type="INTEGER" generateAccessors="true">
637
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
638
+ <PLATFORM>WM, CE, Android</PLATFORM>
639
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
640
+ <DESC>Specifies the minimum number of allowable characters in a Code 128 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
641
+ </PROPERTY>
642
+ <PROPERTY name="code128other128" type="BOOLEAN" generateAccessors="true">
643
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
644
+ <PLATFORM>WM, CE, Android</PLATFORM>
645
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
646
+ <DESC>Sets the other 128 property which enables the non EAN and non ISBT 128 subtype.</DESC>
647
+ </PROPERTY>
648
+ <PROPERTY name="code128redundancy" type="BOOLEAN" generateAccessors="true">
649
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
650
+ <PLATFORM>WM, CE, Android</PLATFORM>
651
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
652
+ <DESC>Sets the Code 128 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
653
+ </PROPERTY>
654
+ <PROPERTY name="code128securityLevel" type="INTEGER" generateAccessors="true">
655
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
656
+ <PLATFORM>WM, CE, Android</PLATFORM>
657
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
658
+ <DESC>Sets the Code 128 security level and accepts a value between 0 and 3 inclusive. 0: Allows the scanner to operate in its most aggressive state, while providing sufficient security in decoding most 'in-spec' barcodes. 1: Eliminates most mis-decodes. 2: Select this option if security level 1 fails to eliminate mis-decodes. 3: Select this option if security level 1 and 2 fail to eliminate mis-decodes. Be advised that selecting level 3 is an extreme measure against mis-decoding and will significantly impair the decoding ability of the scanner.</DESC>
659
+ </PROPERTY>
660
+ <PROPERTY name="compositeAb" type="BOOLEAN" generateAccessors="true">
661
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
662
+ <PLATFORM>WM, CE, Android</PLATFORM>
663
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
664
+ <DESC>Enables or disables the symbology for Composite AB barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
665
+ </PROPERTY>
666
+ <PROPERTY name="compositeAbUccLinkMode" type="STRING" generateAccessors="true">
667
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
668
+ <PLATFORM>WM, CE, Android</PLATFORM>
669
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
670
+ <DESC>Describes whether UCC link mode is enabled.</DESC>
671
+ <VALUES>
672
+ <VALUE constName="UCC_NEVER" value="never">
673
+ <DESC>Link flag is ignored.</DESC>
674
+ </VALUE>
675
+ <VALUE constName="UCC_ALWAYS" value="always">
676
+ <DESC>Composite AB barcodes are always linked.</DESC>
677
+ </VALUE>
678
+ <VALUE constName="UCC_AUTO" value="auto">
679
+ <DESC>Auto-discriminate whether Composite AB barcodes are linked.</DESC>
680
+ </VALUE>
681
+ </VALUES>
682
+ </PROPERTY>
683
+ <PROPERTY name="compositeAbUseUpcPreambleCheckDigitRules" type="BOOLEAN" generateAccessors="true">
684
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
685
+ <PLATFORM>WM</PLATFORM>
686
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
687
+ <DESC>This setting causes the UPC rules specified in the UPC EAN parameters to be used when reporting composite decode data.</DESC>
688
+ </PROPERTY>
689
+ <PROPERTY name="compositeC" type="BOOLEAN" generateAccessors="true">
690
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
691
+ <PLATFORM>WM, CE, Android</PLATFORM>
692
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
693
+ <DESC>Enables or disables the symbology for Composite C barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
694
+ </PROPERTY>
695
+ <PROPERTY name="code39" type="BOOLEAN" generateAccessors="true">
696
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
697
+ <PLATFORM>WM, CE, Android</PLATFORM>
698
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
699
+ <DESC>Enables or disables the symbology for Code 39 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
700
+ </PROPERTY>
701
+ <PROPERTY name="code39code32Prefix" type="BOOLEAN" generateAccessors="true">
702
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
703
+ <PLATFORM>WM, CE, Android</PLATFORM>
704
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
705
+ <DESC>Enables reporting of the Code32 prefix when a Code39 barcode is converted.</DESC>
706
+ </PROPERTY>
707
+ <PROPERTY name="code39convertToCode32" type="BOOLEAN" generateAccessors="true">
708
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
709
+ <PLATFORM>WM, CE, Android</PLATFORM>
710
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
711
+ <DESC>Enables conversion from Code39 to Code 32 barcodes, when set the decoded barcode is converted to Code 32.</DESC>
712
+ </PROPERTY>
713
+ <PROPERTY name="code39fullAscii" type="BOOLEAN" generateAccessors="true">
714
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
715
+ <PLATFORM>WM, CE, Android</PLATFORM>
716
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
717
+ <DESC>Enables full ASCII conversion of Code 39 barcodes.</DESC>
718
+ </PROPERTY>
719
+ <PROPERTY name="code39maxLength" type="INTEGER" generateAccessors="true">
720
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
721
+ <PLATFORM>WM, CE, Android</PLATFORM>
722
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
723
+ <DESC>Specifies the maximum number of allowable characters in a Code 39 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
724
+ </PROPERTY>
725
+ <PROPERTY name="code39minLength" type="INTEGER" generateAccessors="true">
726
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
727
+ <PLATFORM>WM, CE, Android</PLATFORM>
728
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
729
+ <DESC>Specifies the minimum number of allowable characters in a Code 39 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
730
+ </PROPERTY>
731
+ <PROPERTY name="code39redundancy" type="BOOLEAN" generateAccessors="true">
732
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
733
+ <PLATFORM>WM, CE, Android</PLATFORM>
734
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
735
+ <DESC>Sets the Code 39 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
736
+ </PROPERTY>
737
+ <PROPERTY name="code39reportCheckDigit" type="BOOLEAN" generateAccessors="true">
738
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
739
+ <PLATFORM>WM, CE, Android</PLATFORM>
740
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
741
+ <DESC>Enables reporting of the Code 39 check digit when a Code 39 barcode is scanned.</DESC>
742
+ </PROPERTY>
743
+ <PROPERTY name="code39securityLevel" type="INTEGER" generateAccessors="true">
744
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
745
+ <PLATFORM>WM, CE, Android</PLATFORM>
746
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
747
+ <DESC>Sets the Code 128 security level and accepts a value between 0 and 3 inclusive. 0: This setting allows the scanner to operate in its most aggressive state, while providing sufficient security in decoding most 'in-spec' barcodes. 1: This setting eliminates most mis-decodes. 2: Select this option if security level 1 fails to eliminate mis-decodes. 3: Select this option if security level 1 and 2 fail to eliminate mis-decodes. Be advised that selecting level 3 is an extreme measure against mis-decoding and will significantly impair the decoding ability of the scanner.</DESC>
748
+ </PROPERTY>
749
+ <PROPERTY name="code39verifyCheckDigit" type="BOOLEAN" generateAccessors="true">
750
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
751
+ <PLATFORM>WM, CE, Android</PLATFORM>
752
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
753
+ <DESC>Turns on verification of the Code 39 check digit.</DESC>
754
+ </PROPERTY>
755
+ <PROPERTY name="code93" type="BOOLEAN" generateAccessors="true">
756
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
757
+ <PLATFORM>WM, CE, Android</PLATFORM>
758
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
759
+ <DESC>Enables or disables the symbology for Code 93 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
760
+ </PROPERTY>
761
+ <PROPERTY name="code93maxLength" type="INTEGER" generateAccessors="true">
762
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
763
+ <PLATFORM>WM, CE, Android</PLATFORM>
764
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
765
+ <DESC>Specifies the maximum number of allowable characters in a Code 93 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
766
+ </PROPERTY>
767
+ <PROPERTY name="code93minLength" type="INTEGER" generateAccessors="true">
768
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
769
+ <PLATFORM>WM, CE, Android</PLATFORM>
770
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
771
+ <DESC>Specifies the minimum number of allowable characters in a Code 93 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
772
+ </PROPERTY>
773
+ <PROPERTY name="code93redundancy" type="BOOLEAN" generateAccessors="true">
774
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
775
+ <PLATFORM>WM, CE, Android</PLATFORM>
776
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
777
+ <DESC>Sets the Code 93 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
778
+ </PROPERTY>
779
+ <PROPERTY name="d2of5" type="BOOLEAN" generateAccessors="true">
780
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
781
+ <PLATFORM>WM, CE, Android</PLATFORM>
782
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
783
+ <DESC>Enables or disables the symbology for D2of5 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
784
+ </PROPERTY>
785
+ <PROPERTY name="d2of5maxLength" type="INTEGER" generateAccessors="true">
786
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
787
+ <PLATFORM>WM, CE, Android</PLATFORM>
788
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
789
+ <DESC>Specifies the maximum number of allowable characters in a D2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
790
+ </PROPERTY>
791
+ <PROPERTY name="d2of5minLength" type="INTEGER" generateAccessors="true">
792
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
793
+ <PLATFORM>WM, CE, Android</PLATFORM>
794
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
795
+ <DESC>Specifies the minimum number of allowable characters in a D2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
796
+ </PROPERTY>
797
+ <PROPERTY name="d2of5redundancy" type="BOOLEAN" generateAccessors="true">
798
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
799
+ <PLATFORM>WM, CE, Android</PLATFORM>
800
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
801
+ <DESC>Sets the D2of5 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
802
+ </PROPERTY>
803
+ <PROPERTY name="datamatrix" type="BOOLEAN" generateAccessors="true">
804
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
805
+ <PLATFORM>WM, CE, Android</PLATFORM>
806
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
807
+ <DESC>Enables or disables the symbology for Datamatrix barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
808
+ </PROPERTY>
809
+ <PROPERTY name="ean13" type="BOOLEAN" generateAccessors="true">
810
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
811
+ <PLATFORM>WM, CE, Android</PLATFORM>
812
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
813
+ <DESC>Enables or disables the symbology for EAN 13 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
814
+ </PROPERTY>
815
+ <PROPERTY name="ean8" type="BOOLEAN" generateAccessors="true">
816
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
817
+ <PLATFORM>WM, CE, Android</PLATFORM>
818
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
819
+ <DESC>Enables or disables the symbology for EAN 8 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
820
+ </PROPERTY>
821
+ <PROPERTY name="ean8convertToEan13" type="BOOLEAN" generateAccessors="true">
822
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
823
+ <PLATFORM>WM, CE, Android</PLATFORM>
824
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
825
+ <DESC>When true, EAN 8 barcodes will be converted to EAN 13 and EAN 13 parameters used.</DESC>
826
+ </PROPERTY>
827
+ <PROPERTY name="i2of5" type="BOOLEAN" generateAccessors="true">
828
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
829
+ <PLATFORM>WM, CE, Android</PLATFORM>
830
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
831
+ <DESC>Enables or disables the symbology for I2of5 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
832
+ </PROPERTY>
833
+ <PROPERTY name="i2of5convertToEan13" type="BOOLEAN" generateAccessors="true">
834
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
835
+ <PLATFORM>WM, CE, Android</PLATFORM>
836
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
837
+ <DESC>When true, EAN 8 barcodes will be converted to EAN 13 and EAN 13 parameters used.</DESC>
838
+ </PROPERTY>
839
+ <PROPERTY name="i2of5maxLength" type="INTEGER" generateAccessors="true">
840
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
841
+ <PLATFORM>WM, CE, Android</PLATFORM>
842
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
843
+ <DESC>Specifies the maximum number of allowable characters in a I2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
844
+ </PROPERTY>
845
+ <PROPERTY name="i2of5minLength" type="INTEGER" generateAccessors="true">
846
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
847
+ <PLATFORM>WM, CE, Android</PLATFORM>
848
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
849
+ <DESC>Specifies the minimum number of allowable characters in a I2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
850
+ </PROPERTY>
851
+ <PROPERTY name="i2of5redundancy" type="BOOLEAN" generateAccessors="true">
852
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
853
+ <PLATFORM>WM, CE, Android</PLATFORM>
854
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
855
+ <DESC>Sets the I2of5 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
856
+ </PROPERTY>
857
+ <PROPERTY name="i2of5reportCheckDigit" type="BOOLEAN" generateAccessors="true">
858
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
859
+ <PLATFORM>WM, CE, Android</PLATFORM>
860
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
861
+ <DESC>When true, the barcode check digit(s) will be reported for scanned I2of5 barcodes.</DESC>
862
+ </PROPERTY>
863
+ <PROPERTY name="i2of5verifyCheckDigit" type="STRING" generateAccessors="true">
864
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
865
+ <PLATFORM>WM, CE, Android</PLATFORM>
866
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
867
+ <DESC>Enables the verification of the I2of5 check digit.</DESC>
868
+ <VALUES>
869
+ <VALUE constName="I2OF5_VERIFY_NONE" value="none">
870
+ <DESC>Disables verification of the check digit.</DESC>
871
+ </VALUE>
872
+ <VALUE constName="I2OF5_VERIFY_USS" value="uss">
873
+ <DESC>Enables the USS format for the check digit.</DESC>
874
+ </VALUE>
875
+ <VALUE constName="I2OF5_VERIFY_OPCC" value="opcc">
876
+ <DESC>Enables the OPCC format for the check digit.</DESC>
877
+ </VALUE>
878
+ </VALUES>
879
+ </PROPERTY>
880
+ <PROPERTY name="korean3of5" type="BOOLEAN" generateAccessors="true">
881
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
882
+ <PLATFORM>WM, CE, Android</PLATFORM>
883
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
884
+ <DESC>Enables or disables the symbology for Korean 3of5 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
885
+ </PROPERTY>
886
+ <PROPERTY name="korean3of5redundancy" type="BOOLEAN" generateAccessors="true">
887
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
888
+ <PLATFORM>WM</PLATFORM>
889
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
890
+ <DESC>Sets Korean 3of5 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
891
+ </PROPERTY>
892
+ <PROPERTY name="korean3of5maxLength" type="INTEGER" generateAccessors="true">
893
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
894
+ <PLATFORM>WM</PLATFORM>
895
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
896
+ <DESC>Specifies the maximum number of allowable characters in a Korean 3of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
897
+ </PROPERTY>
898
+ <PROPERTY name="korean3of5minLength" type="INTEGER" generateAccessors="true">
899
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
900
+ <PLATFORM>WM</PLATFORM>
901
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
902
+ <DESC>Specifies the minimum number of allowable characters in a Korean 3of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
903
+ </PROPERTY>
904
+ <PROPERTY name="macroPdf" type="BOOLEAN" generateAccessors="true">
905
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
906
+ <PLATFORM>WM</PLATFORM>
907
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
908
+ <DESC>Enables or disables the symbology for Macro PDF barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
909
+ </PROPERTY>
910
+ <PROPERTY name="macroPdfBufferLabels" type="BOOLEAN" generateAccessors="true">
911
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
912
+ <PLATFORM>WM</PLATFORM>
913
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
914
+ <DESC>When true, the scanner driver will return he barcode data only after the complete macroPdf sequence has been read. If false, the scan driver will return each barcode in the macroPdf sequence as it is read.</DESC>
915
+ </PROPERTY>
916
+ <PROPERTY name="macroPdfConvertToPdf417" type="BOOLEAN" generateAccessors="true">
917
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
918
+ <PLATFORM>WM</PLATFORM>
919
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
920
+ <DESC>If true, MacroPDF barcodes will be converted to PDF417 codes.</DESC>
921
+ </PROPERTY>
922
+ <PROPERTY name="macroPdfExclusive" type="BOOLEAN" generateAccessors="true">
923
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
924
+ <PLATFORM>WM</PLATFORM>
925
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
926
+ <DESC>If true, the scanner driver will not complete read requests while in the middle of a macroPdf sequence. Once a macroPdf sequence has been started it must be completed or canceled before the scan driver will complete other read requests.</DESC>
927
+ </PROPERTY>
928
+ <PROPERTY name="macroMicroPdf" type="BOOLEAN" generateAccessors="true">
929
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
930
+ <PLATFORM>WM</PLATFORM>
931
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
932
+ <DESC>Enables or disables the symbology for MacroMicroPDF barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
933
+ </PROPERTY>
934
+ <PROPERTY name="macroMicroPdfBufferLabels" type="BOOLEAN" generateAccessors="true">
935
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
936
+ <PLATFORM>WM</PLATFORM>
937
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
938
+ <DESC>If true, the scanner driver will return the barcode data only after the complete macroMicroPdf sequence has been read. If false, the scanner driver will return each barcode in the macroMicroPdf sequence as it is read.</DESC>
939
+ </PROPERTY>
940
+ <PROPERTY name="macroMicroPdfConvertToMicroPdf" type="BOOLEAN" generateAccessors="true">
941
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
942
+ <PLATFORM>WM</PLATFORM>
943
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
944
+ <DESC>If true, MacroMicroPDF barcodes will be converted to MicroPDF codes.</DESC>
945
+ </PROPERTY>
946
+ <PROPERTY name="macroMicroPdfExclusive" type="BOOLEAN" generateAccessors="true">
947
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
948
+ <PLATFORM>WM</PLATFORM>
949
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
950
+ <DESC>If true, the scanner driver will not complete read requests while in the middle of a macroMicroPdf sequence. Once a macroMicroPdf sequence has been started it must be completed or canceled before the scan driver will complete other read requests.</DESC>
951
+ </PROPERTY>
952
+ <PROPERTY name="macroMicroPdfReportAppendInfo" type="BOOLEAN" generateAccessors="true">
953
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
954
+ <PLATFORM>WM</PLATFORM>
955
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
956
+ <DESC>If true, the appended info is concatenated to the decoded data before being returned.</DESC>
957
+ </PROPERTY>
958
+ <PROPERTY name="matrix2of5" type="BOOLEAN" generateAccessors="true">
959
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
960
+ <PLATFORM>WM, CE, Android</PLATFORM>
961
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
962
+ <DESC>Enables or disables the symbology for Matrix 2of5 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
963
+ </PROPERTY>
964
+ <PROPERTY name="matrix2of5maxLength" type="INTEGER" generateAccessors="true">
965
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
966
+ <PLATFORM>WM, CE, Android</PLATFORM>
967
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
968
+ <DESC>Specifies the maximum number of allowable characters in a Matrix 2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
969
+ </PROPERTY>
970
+ <PROPERTY name="matrix2of5minLength" type="INTEGER" generateAccessors="true">
971
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
972
+ <PLATFORM>WM, CE, Android</PLATFORM>
973
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
974
+ <DESC>Specifies the minimum number of allowable characters in a Matrix 2of5 barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
975
+ </PROPERTY>
976
+ <PROPERTY name="matrix2of5reportCheckDigit" type="BOOLEAN" generateAccessors="true">
977
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
978
+ <PLATFORM>WM, CE, Android</PLATFORM>
979
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
980
+ <DESC>When true, the barcode check digit(s) will be reported for scanned Matrix 2of5 barcodes.</DESC>
981
+ </PROPERTY>
982
+ <PROPERTY name="matrix2of5verifyCheckDigit" type="BOOLEAN" generateAccessors="true">
983
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
984
+ <PLATFORM>WM, CE, Android</PLATFORM>
985
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
986
+ <DESC>Enables verification of the Matrix 2of5 symbology check digit.</DESC>
987
+ </PROPERTY>
988
+ <PROPERTY name="maxiCode" type="BOOLEAN" generateAccessors="true">
989
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
990
+ <PLATFORM>WM, CE, Android</PLATFORM>
991
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
992
+ <DESC>Enables or disables the symbology for Maxicode barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
993
+ </PROPERTY>
994
+ <PROPERTY name="microPdf" type="BOOLEAN" generateAccessors="true">
995
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
996
+ <PLATFORM>WM, CE, Android</PLATFORM>
997
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
998
+ <DESC>Enables or disables the symbology for Micro PDF barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
999
+ </PROPERTY>
1000
+ <PROPERTY name="microQr" type="BOOLEAN" generateAccessors="true">
1001
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1002
+ <PLATFORM>WM, CE, Android</PLATFORM>
1003
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1004
+ <DESC>Enables or disables the symbology for Micro QR barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1005
+ </PROPERTY>
1006
+ <PROPERTY name="msi" type="BOOLEAN" generateAccessors="true">
1007
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1008
+ <PLATFORM>WM, CE, Android</PLATFORM>
1009
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1010
+ <DESC>Enables or disables the symbology for MSI barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1011
+ </PROPERTY>
1012
+ <PROPERTY name="msiCheckDigits" type="STRING" generateAccessors="true">
1013
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1014
+ <PLATFORM>WM, CE, Android</PLATFORM>
1015
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1016
+ <DESC>Sets the number of MSI check digits to use.</DESC>
1017
+ <VALUES>
1018
+ <VALUE constName="MSI_CHECKDIGITS_ONE" value="one">
1019
+ <DESC>Use one check digit for MSI barcodes.</DESC>
1020
+ </VALUE>
1021
+ <VALUE constName="MSI_CHECKDIGITS_TWO" value="two">
1022
+ <DESC>Use two check digits for MSI barcodes.</DESC>
1023
+ </VALUE>
1024
+ </VALUES>
1025
+ </PROPERTY>
1026
+ <PROPERTY name="msiCheckDigitScheme" type="STRING" generateAccessors="true">
1027
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1028
+ <PLATFORM>WM, CE, Android</PLATFORM>
1029
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1030
+ <DESC>Specifies the check digit scheme used to verify MSI barcodes.</DESC>
1031
+ <VALUES>
1032
+ <VALUE constName="MSI_CHECKDIGITS_MOD11" value="mod11">
1033
+ <DESC>The first check digit is MOD 11, the second is MOD 10.</DESC>
1034
+ </VALUE>
1035
+ <VALUE constName="MSI_CHECKDIGITS_MOD10" value="mod10">
1036
+ <DESC>Both check digits are MOD 10.</DESC>
1037
+ </VALUE>
1038
+ </VALUES>
1039
+ </PROPERTY>
1040
+ <PROPERTY name="msiMaxLength" type="INTEGER" generateAccessors="true">
1041
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1042
+ <PLATFORM>WM, CE, Android</PLATFORM>
1043
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1044
+ <DESC>Specifies the maximum number of allowable characters in a MSI barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
1045
+ </PROPERTY>
1046
+ <PROPERTY name="msiMinLength" type="INTEGER" generateAccessors="true">
1047
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1048
+ <PLATFORM>WM, CE, Android</PLATFORM>
1049
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1050
+ <DESC>Specifies the minimum number of allowable characters in a MSI barcode. If your application only expects barcode lengths in a certain range, reducing the allowed range can improve scanning performance. Allowed values are 0 to 55.</DESC>
1051
+ </PROPERTY>
1052
+ <PROPERTY name="msiRedundancy" type="BOOLEAN" generateAccessors="true">
1053
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1054
+ <PLATFORM>WM, CE, Android</PLATFORM>
1055
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1056
+ <DESC>Sets the MSI Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
1057
+ </PROPERTY>
1058
+ <PROPERTY name="msiReportCheckDigit" type="BOOLEAN" generateAccessors="true">
1059
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1060
+ <PLATFORM>WM, CE, Android</PLATFORM>
1061
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1062
+ <DESC>When true, the barcode check digit(s) will be reported for scanned MSI barcodes.</DESC>
1063
+ </PROPERTY>
1064
+ <PROPERTY name="pdf417" type="BOOLEAN" generateAccessors="true">
1065
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1066
+ <PLATFORM>WM, CE, Android</PLATFORM>
1067
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1068
+ <DESC>Enables or disables the symbology for PDF 417 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1069
+ </PROPERTY>
1070
+ <PROPERTY name="signature" type="BOOLEAN" generateAccessors="true">
1071
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1072
+ <PLATFORM>WM, CE, Android</PLATFORM>
1073
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1074
+ <DESC>Enables or disables the symbology for Signature barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance. Signature barcodes return their data in Data URI format, it is recommended you adjust the dataBufferSize and barcodeDataFormat properties when scanning Signature barcodes.</DESC>
1075
+ </PROPERTY>
1076
+ <PROPERTY name="signatureImageHeight" type="INTEGER" generateAccessors="true">
1077
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1078
+ <PLATFORM>WM</PLATFORM>
1079
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1080
+ <DESC>Specifies the output height of the captured signature barcode. Signature barcodes return their data in Data URI format, it is recommended you adjust the dataBufferSize and barcodeDataFormat properties when scanning Signature barcodes. Provide a number greater than or equal to 20.</DESC>
1081
+ </PROPERTY>
1082
+ <PROPERTY name="signatureImageWidth" type="INTEGER" generateAccessors="true">
1083
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1084
+ <PLATFORM>WM</PLATFORM>
1085
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1086
+ <DESC>Specifies the output width of the captured signature barcode. Signature barcodes return their data in Data URI format, it is recommended you adjust the dataBufferSize and barcodeDataFormat properties when scanning Signature barcodes. Provide a number greater than or equal to 20.</DESC>
1087
+ </PROPERTY>
1088
+ <PROPERTY name="signatureImageQuality" type="INTEGER" generateAccessors="true">
1089
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1090
+ <PLATFORM>WM</PLATFORM>
1091
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1092
+ <DESC>Specifies the output quality of the captured signature barcode. Signature barcodes return their data in Data URI format, it is recommended you adjust the dataBufferSize and barcodeDataFormat properties when scanning Signature barcodes. Provide a value between 10 and 100 inclusive.</DESC>
1093
+ </PROPERTY>
1094
+ <PROPERTY name="ausPostal" type="BOOLEAN" generateAccessors="true">
1095
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1096
+ <PLATFORM>WM, CE, Android</PLATFORM>
1097
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1098
+ <DESC>Enables or disables the symbology for Australian Postal barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1099
+ </PROPERTY>
1100
+ <PROPERTY name="canPostal" type="BOOLEAN" generateAccessors="true">
1101
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1102
+ <PLATFORM>WM, CE, Android</PLATFORM>
1103
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1104
+ <DESC>Enables or disables the symbology for Canadian Postal barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1105
+ </PROPERTY>
1106
+ <PROPERTY name="dutchPostal" type="BOOLEAN" generateAccessors="true">
1107
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1108
+ <PLATFORM>WM, CE, Android</PLATFORM>
1109
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1110
+ <DESC>Enables or disables the symbology for Dutch Postal barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1111
+ </PROPERTY>
1112
+ <PROPERTY name="japPostal" type="BOOLEAN" generateAccessors="true">
1113
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1114
+ <PLATFORM>WM, CE, Android</PLATFORM>
1115
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1116
+ <DESC>Enables or disables the symbology for Japanese Postal barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1117
+ </PROPERTY>
1118
+ <PROPERTY name="ukPostal" type="BOOLEAN" generateAccessors="true">
1119
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1120
+ <PLATFORM>WM, CE, Android</PLATFORM>
1121
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1122
+ <DESC>Enables or disables the symbology for UK Postal barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1123
+ </PROPERTY>
1124
+ <PROPERTY name="ukPostalReportCheckDigit" type="BOOLEAN" generateAccessors="true">
1125
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1126
+ <PLATFORM>Android</PLATFORM>
1127
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1128
+ <DESC>When true, the barcode check digit(s) will be reported for scanned UK Postal barcodes.</DESC>
1129
+ </PROPERTY>
1130
+ <PROPERTY name="us4state" type="BOOLEAN" generateAccessors="true">
1131
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1132
+ <PLATFORM>WM, CE, Android</PLATFORM>
1133
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1134
+ <DESC>Enables or disables the symbology for US 4-State barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1135
+ </PROPERTY>
1136
+ <PROPERTY name="us4stateFics" type="BOOLEAN" generateAccessors="true">
1137
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
1138
+ <PLATFORM>WM, CE, Android</PLATFORM>
1139
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1140
+ <DESC>Enables or disables the symbology for US 4-State FICS barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1141
+ </PROPERTY>
1142
+ <PROPERTY name="usPlanet" type="BOOLEAN" generateAccessors="true">
1143
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1144
+ <PLATFORM>WM, CE, Android</PLATFORM>
1145
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1146
+ <DESC>Enables or disables the symbology for US Planet barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1147
+ </PROPERTY>
1148
+ <PROPERTY name="usPlanetReportCheckDigit" type="BOOLEAN" generateAccessors="true">
1149
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1150
+ <PLATFORM>Android</PLATFORM>
1151
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1152
+ <DESC>When true, the barcode check digit(s) will be reported for scanned US Planet barcodes.</DESC>
1153
+ </PROPERTY>
1154
+ <PROPERTY name="usPostNet" type="BOOLEAN" generateAccessors="true">
1155
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1156
+ <PLATFORM>WM, CE, Android</PLATFORM>
1157
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1158
+ <DESC>Enables or disables the symbology for US Post Net barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1159
+ </PROPERTY>
1160
+ <PROPERTY name="usPostNetReportCheckDigit" type="BOOLEAN" generateAccessors="true">
1161
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1162
+ <PLATFORM>Android</PLATFORM>
1163
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1164
+ <DESC>When true, the barcode check digit(s) will be reported for scanned US Post Net barcodes.</DESC>
1165
+ </PROPERTY>
1166
+ <PROPERTY name="qrCode" type="BOOLEAN" generateAccessors="true">
1167
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1168
+ <PLATFORM>WM, CE, Android</PLATFORM>
1169
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1170
+ <DESC>Enables or disables the symbology for QR Code barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1171
+ </PROPERTY>
1172
+ <PROPERTY name="gs1dataBar" type="BOOLEAN" generateAccessors="true">
1173
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1174
+ <PLATFORM>WM, CE, Android</PLATFORM>
1175
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1176
+ <DESC>Enables or disables the symbology for GS1 DataBar barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance. This symbology was previously known as rss.</DESC>
1177
+ </PROPERTY>
1178
+ <PROPERTY name="gs1dataBarExpanded" type="BOOLEAN" generateAccessors="true">
1179
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1180
+ <PLATFORM>WM, CE, Android</PLATFORM>
1181
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1182
+ <DESC>Enables or disables the symbology for GS1 Databar Expanded barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance. This symbology was previously known as rssExp.</DESC>
1183
+ </PROPERTY>
1184
+ <PROPERTY name="gs1dataBarLimited" type="BOOLEAN" generateAccessors="true">
1185
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1186
+ <PLATFORM>WM, CE, Android</PLATFORM>
1187
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1188
+ <DESC>Enables or disables the symbology for GS1 Databar Limited barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance. This symbology was previously known as rssLim.</DESC>
1189
+ </PROPERTY>
1190
+ <PROPERTY name="tlc39" type="BOOLEAN" generateAccessors="true">
1191
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1192
+ <PLATFORM>WM, CE, Android</PLATFORM>
1193
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1194
+ <DESC>Enables or disables the symbology for TLC 39 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1195
+ </PROPERTY>
1196
+ <PROPERTY name="trioptic39" type="BOOLEAN" generateAccessors="true">
1197
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1198
+ <PLATFORM>WM, CE, Android</PLATFORM>
1199
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1200
+ <DESC>Enables or disables the symbology for Trioptic 39 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1201
+ </PROPERTY>
1202
+ <PROPERTY name="trioptic39Redundancy" type="BOOLEAN" generateAccessors="true">
1203
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1204
+ <PLATFORM>WM, CE, Android</PLATFORM>
1205
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1206
+ <DESC>Sets the Trioptic 39 Redundancy property, if set the barcode must be decoded twice before being accepted. This will slow scanning but improve reliability.</DESC>
1207
+ </PROPERTY>
1208
+ <PROPERTY name="upcEanBookland" type="BOOLEAN" generateAccessors="true">
1209
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
1210
+ <PLATFORM>WM, CE, Android</PLATFORM>
1211
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1212
+ <DESC>Enables or disables decoding of UPC EAN Bookland barcodes.</DESC>
1213
+ </PROPERTY>
1214
+ <PROPERTY name="upcEanBooklandFormat" type="STRING" generateAccessors="true">
1215
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1216
+ <PLATFORM>WM, CE, Android</PLATFORM>
1217
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1218
+ <DESC>Specifies the bookland format to use when decoding UPC EAN Bookland barcodes.</DESC>
1219
+ <VALUES>
1220
+ <VALUE constName="BOOKLAND_ISBN10" value="isbn10">
1221
+ <DESC>Causes 978 bookland barcodes to be reported in 10 digit mode.</DESC>
1222
+ </VALUE>
1223
+ <VALUE constName="BOOKLAND_ISBN13" value="isbn13">
1224
+ <DESC>Causes 978/979 bookland barcodes to be transmitted as EAN13 as per 2007 ISBN-13 protocol.</DESC>
1225
+ </VALUE>
1226
+ </VALUES>
1227
+ </PROPERTY>
1228
+ <PROPERTY name="upcEanConvertGs1dataBarToUpcEan" type="BOOLEAN" generateAccessors="true">
1229
+ <VER_INTRODUCED>2.1.0</VER_INTRODUCED>
1230
+ <PLATFORM>WM, CE, Android</PLATFORM>
1231
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1232
+ <DESC>If true, RSS barcodes will be converted to UPC/EAN format. For this setting to work UPC/EAN symbologies must be enabled.</DESC>
1233
+ </PROPERTY>
1234
+ <PROPERTY name="upcEanCoupon" type="BOOLEAN" generateAccessors="true">
1235
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1236
+ <PLATFORM>WM, CE, Android</PLATFORM>
1237
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1238
+ <DESC>Enables or disables decoding of UPC EAN Coupon barcodes.</DESC>
1239
+ </PROPERTY>
1240
+ <PROPERTY name="upcEanLinearDecode" type="BOOLEAN" generateAccessors="true">
1241
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1242
+ <PLATFORM>WM, CE, Android</PLATFORM>
1243
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1244
+ <DESC>Sets the linear decode property.</DESC>
1245
+ </PROPERTY>
1246
+ <PROPERTY name="upcEanRandomWeightCheckDigit" type="BOOLEAN" generateAccessors="true">
1247
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1248
+ <PLATFORM>WM, CE, Android</PLATFORM>
1249
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1250
+ <DESC>When true, enables random weight check digit verification.</DESC>
1251
+ </PROPERTY>
1252
+ <PROPERTY name="upcEanRetryCount" type="INTEGER" generateAccessors="true">
1253
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1254
+ <PLATFORM>WM, CE, Android</PLATFORM>
1255
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1256
+ <DESC>Sets the retry count for auto-discriminating for supplementals. The value must be between 2 - 20 inclusive.</DESC>
1257
+ </PROPERTY>
1258
+ <PROPERTY name="upcEanSecurityLevel" type="INTEGER" generateAccessors="true">
1259
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
1260
+ <PLATFORM>WM, CE, Android</PLATFORM>
1261
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1262
+ <DESC>Sets the Security level for decoding UPC EAN barcodes and accepts a value between 0 and 3 inclusive. 0: This setting allows the scanner to operate in its most aggressive state, while providing sufficient security in decoding most 'in-spec' barcodes. 1: This setting eliminates most mis-decodes. 2: Select this option if security level 1 fails to eliminate mis-decodes. 3: Select this option if security level 1 and 2 fail to eliminate mis-decodes. Be advised that selecting level 3 is an extreme measure against mis-decoding and will significantly impair the decoding ability of the scanner.</DESC>
1263
+ </PROPERTY>
1264
+ <PROPERTY name="upcEanSupplemental2" type="BOOLEAN" generateAccessors="true">
1265
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1266
+ <PLATFORM>WM, CE, Android</PLATFORM>
1267
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1268
+ <DESC>When true, enables the supplemental barcode decoding. Note you must have upcEanSupplementalMode:always set for this parameter to take effect.</DESC>
1269
+ </PROPERTY>
1270
+ <PROPERTY name="upcEanSupplemental5" type="BOOLEAN" generateAccessors="true">
1271
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1272
+ <PLATFORM>WM, CE, Android</PLATFORM>
1273
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1274
+ <DESC>When true, enables the supplemental barcode decoding. Note you must have upcEanSupplementalMode:always set for this parameter to take effect.</DESC>
1275
+ </PROPERTY>
1276
+ <PROPERTY name="upcEanSupplementalMode" type="STRING" generateAccessors="true">
1277
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1278
+ <PLATFORM>WM, CE, Android</PLATFORM>
1279
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1280
+ <DESC>Describes the UPC EAN Supplemental mode.</DESC>
1281
+ <VALUES>
1282
+ <VALUE constName="UPCEAN_NONE" value="none">
1283
+ <DESC>Supplementals are ignored.</DESC>
1284
+ </VALUE>
1285
+ <VALUE constName="UPCEAN_AUTO" value="auto">
1286
+ <DESC>Auto-discriminates supplementals.</DESC>
1287
+ </VALUE>
1288
+ <VALUE constName="UPCEAN_ALWAYS" value="always">
1289
+ <DESC>Will not decode upc/ean without supplementals.</DESC>
1290
+ </VALUE>
1291
+ <VALUE constName="UPCEAN_SMART" value="smart">
1292
+ <DESC>The decoder will return the decoded value of the main block right away if it does not belong to any of the supplemental types. If the barcode starts with one of the prefixes it will search the image more aggressively for a supplemental. The scanner will try to scan the supplemental if it is present but if that fails, the main barcode will be returned.</DESC>
1293
+ </VALUE>
1294
+ <VALUE constName="UPCEAN_379" value="378or379">
1295
+ <DESC>Auto-discriminates supplemental for upc/ean codes starting with 378 or 379. Will disable reading of supplementals for any other upc/ean barcodes not starting with these values. The supplemental will be scanned if present but if scanning fails then the main barcode will be returned.</DESC>
1296
+ </VALUE>
1297
+ <VALUE constName="UPCEAN_979" value="978or979">
1298
+ <DESC>Auto-discriminates supplemental for upc/ean codes starting with 978 or 979. Will disable reading of supplementals for any other upc/ean barcodes not starting with these values. The supplemental will be scanned if present but if scanning fails then the main barcode will be returned.</DESC>
1299
+ </VALUE>
1300
+ <VALUE constName="UPCEAN_439" value="414or419or434or439">
1301
+ <DESC>Auto-discriminates supplemental for upc/ean codes starting with 414 or 419 or 434 or 439. Will disable reading of supplementals for any other upc/ean barcodes not starting with these values. The supplemental will be scanned if present but if scanning fails then the main barcode will be returned.</DESC>
1302
+ </VALUE>
1303
+ </VALUES>
1304
+ </PROPERTY>
1305
+ <PROPERTY name="upca" type="BOOLEAN" generateAccessors="true">
1306
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1307
+ <PLATFORM>WM, CE, Android</PLATFORM>
1308
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1309
+ <DESC>Enables or disables the symbology for UPCA barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1310
+ </PROPERTY>
1311
+ <PROPERTY name="upcaPreamble" type="STRING" generateAccessors="true">
1312
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1313
+ <PLATFORM>WM, CE, Android</PLATFORM>
1314
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1315
+ <DESC>Controls the preamble applied to the UPCA barcode.</DESC>
1316
+ <VALUES>
1317
+ <VALUE constName="UPCA_PREAMBLE_NONE" value="none">
1318
+ <DESC>Applies no preamble to the bar code.</DESC>
1319
+ </VALUE>
1320
+ <VALUE constName="UPCA_PREAMBLE_SYSTEMCHAR" value="systemChar">
1321
+ <DESC>Applies system character preamble to the bar code.</DESC>
1322
+ </VALUE>
1323
+ <VALUE constName="UPCA_PREAMBLE_COUNTRY" value="countryAndSystemChars">
1324
+ <DESC>Applies both system and country code preamble to the bar code.</DESC>
1325
+ </VALUE>
1326
+ </VALUES>
1327
+ </PROPERTY>
1328
+ <PROPERTY name="upcaReportCheckDigit" type="BOOLEAN" generateAccessors="true">
1329
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1330
+ <PLATFORM>WM, CE, Android</PLATFORM>
1331
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1332
+ <DESC>When true, the barcode check digit(s) will be reported for scanned UPCA barcodes.</DESC>
1333
+ </PROPERTY>
1334
+ <PROPERTY name="upce0" type="BOOLEAN" generateAccessors="true">
1335
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1336
+ <PLATFORM>WM, CE, Android</PLATFORM>
1337
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1338
+ <DESC>Enables or disables the symbology for UPCE0 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1339
+ </PROPERTY>
1340
+ <PROPERTY name="upce0convertToUpca" type="BOOLEAN" generateAccessors="true">
1341
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1342
+ <PLATFORM>WM, CE, Android</PLATFORM>
1343
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1344
+ <DESC>When true, scanned UPCE0 barcodes will be converted to UPCA and UPCA parameters used.</DESC>
1345
+ </PROPERTY>
1346
+ <PROPERTY name="upce0preamble" type="STRING" generateAccessors="true">
1347
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1348
+ <PLATFORM>WM, CE, Android</PLATFORM>
1349
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1350
+ <DESC>Controls the preamble applied to the UPCE0 barcode.</DESC>
1351
+ <VALUES>
1352
+ <VALUE constName="UPCE0_PREAMBLE_NONE" value="none">
1353
+ <DESC>Applies no preamble to the bar code.</DESC>
1354
+ </VALUE>
1355
+ <VALUE constName="UPCE0_PREAMBLE_SYSTEMCHAR" value="systemChar">
1356
+ <DESC>Applies system character preamble to the bar code.</DESC>
1357
+ </VALUE>
1358
+ <VALUE constName="UPCE0_PREAMBLE_COUNTRY" value="countryAndSystemChars">
1359
+ <DESC>Applies both system and country code preamble to the bar code.</DESC>
1360
+ </VALUE>
1361
+ </VALUES>
1362
+ </PROPERTY>
1363
+ <PROPERTY name="upce0reportCheckDigit" type="BOOLEAN" generateAccessors="true">
1364
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1365
+ <PLATFORM>WM, CE, Android</PLATFORM>
1366
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1367
+ <DESC>When true, the barcode check digit(s) will be reported for scanned UPCE0 barcodes.</DESC>
1368
+ </PROPERTY>
1369
+ <PROPERTY name="upce1" type="BOOLEAN" generateAccessors="true">
1370
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1371
+ <PLATFORM>WM, CE, Android</PLATFORM>
1372
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1373
+ <DESC>Enables or disables the symbology for UPCE1 barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance.</DESC>
1374
+ </PROPERTY>
1375
+ <PROPERTY name="upce1convertToUpca" type="BOOLEAN" generateAccessors="true">
1376
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1377
+ <PLATFORM>WM, CE, Android</PLATFORM>
1378
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1379
+ <DESC>When true, scanned UPCE1 barcodes will be converted to UPCA and UPCA parameters used.</DESC>
1380
+ </PROPERTY>
1381
+ <PROPERTY name="upce1preamble" type="STRING" generateAccessors="true">
1382
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1383
+ <PLATFORM>WM, CE, Android</PLATFORM>
1384
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1385
+ <DESC>Controls the preamble applied to the UPCE1 barcode.</DESC>
1386
+ <VALUES>
1387
+ <VALUE constName="UPCE1_PREAMBLE_NONE" value="none">
1388
+ <DESC>Applies no preamble to the bar code.</DESC>
1389
+ </VALUE>
1390
+ <VALUE constName="UPCE1_PREAMBLE_SYSTEMCHAR" value="systemChar">
1391
+ <DESC>Applies system character preamble to the bar code.</DESC>
1392
+ </VALUE>
1393
+ <VALUE constName="UPCE1_PREAMBLE_COUNTRY" value="countryAndSystemChars">
1394
+ <DESC>Applies both system and country code preamble to the bar code.</DESC>
1395
+ </VALUE>
1396
+ </VALUES>
1397
+ </PROPERTY>
1398
+ <PROPERTY name="upce1reportCheckDigit" type="BOOLEAN" generateAccessors="true">
1399
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1400
+ <PLATFORM>WM, CE, Android</PLATFORM>
1401
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1402
+ <DESC>When true, the barcode check digit(s) will be reported for scanned UPCE1 barcodes.</DESC>
1403
+ </PROPERTY>
1404
+ <PROPERTY name="webcode" type="BOOLEAN" generateAccessors="true">
1405
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1406
+ <PLATFORM>WM, CE, Android</PLATFORM>
1407
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1408
+ <DESC>Enables or disables the symbology for Webcode barcodes. If your application does not expect to scan this symbology you should disable it to improve scanning performance. Deprecated in Android 4.1 (Jelly Bean).</DESC>
1409
+ </PROPERTY>
1410
+ <PROPERTY name="webcodeDecodeGtSubtype" type="BOOLEAN" generateAccessors="true">
1411
+ <VER_INTRODUCED>2.0.0</VER_INTRODUCED>
1412
+ <PLATFORM>WM, CE, Android</PLATFORM>
1413
+ <APPLIES msiOnly="true">Not all scanning engines support all symbologies or all symbology properties</APPLIES>
1414
+ <DESC>If true, the GT Webcode subtype will be decoded. Deprecated in Android 4.1 (Jelly Bean).</DESC>
1415
+ </PROPERTY>
1416
+
1417
+ <!-- RSM Properties -->
1418
+ <PROPERTY name="rsmModelNumber" type="STRING" generateAccessors="true" readOnly="true">
1419
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1420
+ <PLATFORM>WM</PLATFORM>
1421
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1422
+ <DESC>Ring scanner model number.</DESC>
1423
+ </PROPERTY>
1424
+ <PROPERTY name="rsmSerialNumber" type="STRING" generateAccessors="true" readOnly="true">
1425
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1426
+ <PLATFORM>WM</PLATFORM>
1427
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1428
+ <DESC>Ring scanner serial number.</DESC>
1429
+ </PROPERTY>
1430
+ <PROPERTY name="rsmDateOfManufacture" type="STRING" generateAccessors="true" readOnly="true">
1431
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1432
+ <PLATFORM>WM</PLATFORM>
1433
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1434
+ <DESC>Ring scanner date of manufacture as DDMMYY.</DESC>
1435
+ </PROPERTY>
1436
+ <PROPERTY name="rsmDateOfService" type="STRING" generateAccessors="true" readOnly="true">
1437
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1438
+ <PLATFORM>WM</PLATFORM>
1439
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1440
+ <DESC>Ring scanner date of service as DDMMYY.</DESC>
1441
+ </PROPERTY>
1442
+ <PROPERTY name="rsmBluetoothAddress" type="STRING" generateAccessors="true" readOnly="true">
1443
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1444
+ <PLATFORM>WM</PLATFORM>
1445
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1446
+ <DESC>Bluetooth address as FF:FF:FF:FF:FF:FF where FF is a hex number.</DESC>
1447
+ </PROPERTY>
1448
+ <PROPERTY name="rsmFirmwareVersion" type="STRING" generateAccessors="true" readOnly="true">
1449
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1450
+ <PLATFORM>WM</PLATFORM>
1451
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1452
+ <DESC>Scanner's operating system version.</DESC>
1453
+ </PROPERTY>
1454
+ <PROPERTY name="rsmDeviceClass" type="STRING" generateAccessors="true" readOnly="true">
1455
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1456
+ <PLATFORM>WM</PLATFORM>
1457
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1458
+ <DESC>The device class of the ring scanner.</DESC>
1459
+ </PROPERTY>
1460
+ <PROPERTY name="rsmBatteryStatus" type="STRING" generateAccessors="true" readOnly="true">
1461
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1462
+ <PLATFORM>WM</PLATFORM>
1463
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1464
+ <DESC>Indicates the status of the remote scanner's battery, will be one of 'unknown', 'full', 'medium', 'empty', 'chargingFullRate', 'chargingHalfRate', 'chargingTrickle' or 'discharging'</DESC>
1465
+ </PROPERTY>
1466
+ <PROPERTY name="rsmBatteryCapacity" type="STRING" generateAccessors="true" readOnly="true">
1467
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1468
+ <PLATFORM>WM</PLATFORM>
1469
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1470
+ <DESC>The remaining capacity of the battery, in the range 0 to 100. 'unknown' will be returned if the capacity could not be determined, for example if the scanner had no battery.</DESC>
1471
+ </PROPERTY>
1472
+ <PROPERTY name="rsmBatteryId" type="STRING" generateAccessors="true" readOnly="true">
1473
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1474
+ <PLATFORM>WM</PLATFORM>
1475
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1476
+ <DESC>One of 'simple', 'double', 'disabled' or 'unknown'</DESC>
1477
+ </PROPERTY>
1478
+ <PROPERTY name="rsmBluetoothAuthentication" type="BOOLEAN" generateAccessors="true">
1479
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1480
+ <PLATFORM>WM</PLATFORM>
1481
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1482
+ <DESC>True if authentication is required.</DESC>
1483
+ </PROPERTY>
1484
+ <PROPERTY name="rsmBluetoothEncryption" type="BOOLEAN" generateAccessors="true">
1485
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1486
+ <PLATFORM>WM</PLATFORM>
1487
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1488
+ <DESC>True if encryption is required.</DESC>
1489
+ </PROPERTY>
1490
+ <PROPERTY name="rsmBluetoothPinCode" type="STRING" generateAccessors="true">
1491
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1492
+ <PLATFORM>WM</PLATFORM>
1493
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1494
+ <DESC>Up to 5 character PIN code used for Bluetooth authentication.</DESC>
1495
+ </PROPERTY>
1496
+ <PROPERTY name="rsmBluetoothPinCodeType" type="STRING" generateAccessors="true">
1497
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1498
+ <PLATFORM>WM</PLATFORM>
1499
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1500
+ <DESC>'UseStored' will use the PIN code stored in the memory of the ring scanner, by default '12345'. 'PromptUser' indicates that the ring scanner should be used to scan 5 alpha numeric barcodes to define the PIN, eg. "1", "2", "3", "4", "5" (for PIN 12345). This parameter is not saved permanently on the ring scanner.</DESC>
1501
+ </PROPERTY>
1502
+ <PROPERTY name="rsmBluetoothReconnectionAttempts" type="INTEGER" generateAccessors="true">
1503
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1504
+ <PLATFORM>WM</PLATFORM>
1505
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1506
+ <DESC>How long the scanner tries to re-establish connection if it goes out of range, in seconds. This value must be a multiple of 5 and in the range 30 to 60 seconds.</DESC>
1507
+ </PROPERTY>
1508
+ <PROPERTY name="rsmBluetoothBeepOnReconnectAttempt" type="BOOLEAN" generateAccessors="true">
1509
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1510
+ <PLATFORM>WM</PLATFORM>
1511
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1512
+ <DESC>When true, scanner will emit 5 beeps every 5 seconds whilst re-connection in progress.</DESC>
1513
+ </PROPERTY>
1514
+ <PROPERTY name="rsmBluetoothHidAutoReconnect" type="STRING" generateAccessors="true">
1515
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1516
+ <PLATFORM>WM</PLATFORM>
1517
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1518
+ <DESC>'neverReconnect', 'reconnectOnData' or 'reconnectImmediately'</DESC>
1519
+ </PROPERTY>
1520
+ <PROPERTY name="rsmBluetoothFriendlyName" type="STRING" generateAccessors="true">
1521
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1522
+ <PLATFORM>WM</PLATFORM>
1523
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1524
+ <DESC>Friendly Bluetooth name, e.g. 'MyBTScanner'</DESC>
1525
+ </PROPERTY>
1526
+ <PROPERTY name="rsmBluetoothInquiryMode" type="STRING" generateAccessors="true">
1527
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1528
+ <PLATFORM>WM</PLATFORM>
1529
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1530
+ <DESC>To use a general inquiry mode, 'general' else, 'limited'</DESC>
1531
+ </PROPERTY>
1532
+ <PROPERTY name="rsmBluetoothAutoReconnect" type="STRING" generateAccessors="true">
1533
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1534
+ <PLATFORM>WM</PLATFORM>
1535
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1536
+ <DESC>Bluetooth reconnection scheme.</DESC>
1537
+ <VALUES>
1538
+ <VALUE constName="RSM_AUTORECONNECT_NONE" value="none">
1539
+ <DESC>No scheme.</DESC>
1540
+ </VALUE>
1541
+ <VALUE constName="RSM_AUTORECONNECT_ON_POWER" value="onPower">
1542
+ <DESC>When powered on.</DESC>
1543
+ </VALUE>
1544
+ <VALUE constName="RSM_AUTORECONNECT_ON_OUT_OF_RANGE" value="onOutOfRange">
1545
+ <DESC>When device goes out of range.</DESC>
1546
+ </VALUE>
1547
+ <VALUE constName="RSM_AUTORECONNECT_ON_POWER_OUT_OF_RANGE" value="onPowerOutOfRange">
1548
+ <DESC>When powered on or when the device goes out of range.</DESC>
1549
+ </VALUE>
1550
+ </VALUES>
1551
+ </PROPERTY>
1552
+ <PROPERTY name="rsmForceSavePairingBarcode" type="BOOLEAN" generateAccessors="true">
1553
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1554
+ <PLATFORM>WM</PLATFORM>
1555
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1556
+ <DESC>Force saving the barcode assigned to the device to which the scanner has been paired.</DESC>
1557
+ </PROPERTY>
1558
+ <PROPERTY name="rsmLowBatteryIndication" type="BOOLEAN" generateAccessors="true">
1559
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1560
+ <PLATFORM>WM</PLATFORM>
1561
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1562
+ <DESC>Whether or not the ring scanner should give a low battery indication.</DESC>
1563
+ </PROPERTY>
1564
+ <PROPERTY name="rsmLowBatteryIndicationCycle" type="INTEGER" generateAccessors="true">
1565
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1566
+ <PLATFORM>WM</PLATFORM>
1567
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1568
+ <DESC>Low battery indication cycle time, in seconds. Must be one of 15, 30, 60, 90 or 120.</DESC>
1569
+ </PROPERTY>
1570
+ <PROPERTY name="rsmScanLineWidth" type="STRING" generateAccessors="true">
1571
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1572
+ <PLATFORM>WM</PLATFORM>
1573
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1574
+ <DESC>The laser scan line width, 'wide' or 'narrow'.</DESC>
1575
+ </PROPERTY>
1576
+ <PROPERTY name="rsmGoodScansDelay" type="INTEGER" generateAccessors="true">
1577
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1578
+ <PLATFORM>WM</PLATFORM>
1579
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1580
+ <DESC>Delay between good scans in proximity continuous mode, measured in milliseconds. Range 0 to 15000. This value must be a multiple of 100.</DESC>
1581
+ </PROPERTY>
1582
+ <PROPERTY name="rsmDecodeFeedback" type="BOOLEAN" generateAccessors="true">
1583
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1584
+ <PLATFORM>WM</PLATFORM>
1585
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1586
+ <DESC>If true, the remote scanner beeps and illuminates its green LED on a successful decode.</DESC>
1587
+ </PROPERTY>
1588
+ <PROPERTY name="rsmIgnoreCode128Usps" type="BOOLEAN" generateAccessors="true">
1589
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1590
+ <PLATFORM>WM</PLATFORM>
1591
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1592
+ <DESC>Feature for ignoring Code 128 barcodes beginning with 420 and 421.</DESC>
1593
+ </PROPERTY>
1594
+ <PROPERTY name="rsmScanTriggerWakeup" type="BOOLEAN" generateAccessors="true">
1595
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1596
+ <PLATFORM>WM</PLATFORM>
1597
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1598
+ <DESC>Scanner trigger will wakeup the device from a low power state.</DESC>
1599
+ </PROPERTY>
1600
+ <PROPERTY name="rsmMems" type="BOOLEAN" generateAccessors="true">
1601
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1602
+ <PLATFORM>WM</PLATFORM>
1603
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1604
+ <DESC>If you press the trigger on an RSM scanner, proximity enabled will be turned off, even though it still reports its self as being turned on if you query the property. In order to use ProximityEnable you need to also have Mems enabled, this is the motion sensor and if you disable Mems the scanner will not function.</DESC>
1605
+ </PROPERTY>
1606
+ <PROPERTY name="rsmProximityEnable" type="BOOLEAN" generateAccessors="true">
1607
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1608
+ <PLATFORM>WM</PLATFORM>
1609
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1610
+ <DESC>If you press the trigger on an RSM scanner, proximity enabled will be turned off, even though it still reports its self as being turned on if you query the property. In order to use ProximityEnable you need to also have Mems enabled, this is the motion sensor and if you disable Mems the scanner will not function.</DESC>
1611
+ </PROPERTY>
1612
+ <PROPERTY name="rsmProximityContinuous" type="BOOLEAN" generateAccessors="true">
1613
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1614
+ <PLATFORM>WM</PLATFORM>
1615
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1616
+ <DESC>Proximity continuous mode.</DESC>
1617
+ </PROPERTY>
1618
+ <PROPERTY name="rsmProximityDistance" type="STRING" generateAccessors="true">
1619
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1620
+ <PLATFORM>WM</PLATFORM>
1621
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1622
+ <DESC>Specify the distance for the proximity feature as 'short', 'medium' or 'long' </DESC>
1623
+ </PROPERTY>
1624
+ <PROPERTY name="rsmPagingEnable" type="BOOLEAN" generateAccessors="true">
1625
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1626
+ <PLATFORM>WM</PLATFORM>
1627
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1628
+ <DESC>Specify whether paging the device is enabled.</DESC>
1629
+ </PROPERTY>
1630
+ <PROPERTY name="rsmPagingBeepSequence" type="INTEGER" generateAccessors="true">
1631
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1632
+ <PLATFORM>WM</PLATFORM>
1633
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1634
+ <DESC>Range 0 to 15 to specify the pattern for the paging beep sequence.</DESC>
1635
+ </PROPERTY>
1636
+ </PROPERTIES>
1637
+
1638
+ <METHODS>
1639
+ <METHOD name="enumerate" access="STATIC" hasCallback="optional">
1640
+ <DESC>Used to gain access to all scanner objects present on the device. For consumer devices you will most likely only have a single scanner, your device's camera but Enterprise grade hardware may have two or more scanners attached.</DESC>
1641
+ <BACKWARDS_COMPATIBILITY state="false">
1642
+ <DESC>This method replaces Barcode.enumerate from RhoElements 2.2 and takes a different prototype. Enumerate now returns an array of objects which can be used to control the specific scanner instance whereas previously it took a callback which returned the 'name' and 'id' of scanners present on the device.</DESC>
1643
+ </BACKWARDS_COMPATIBILITY>
1644
+ <PLATFORM>WM, CE, Android, iOS,WP8</PLATFORM>
1645
+ <CALLBACK type="ARRAY">
1646
+ <DESC>Array of Barcode objects, one for each hardware scanner on the device. Methods and properties can be set separately on each scanner but if you are using one scanner you must first disable it before being able to use another scanner on the same device.</DESC>
1647
+ <PARAM type="SELF_INSTANCE"/>
1648
+ </CALLBACK>
1649
+ </METHOD>
1650
+ <METHOD name="enable" hasCallback="optional">
1651
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1652
+ <APPLIES msiOnly="true">Symbol Technologies' Scanners which support a hardware or software trigger to invoke the scan.</APPLIES>
1653
+ <PLATFORM>WM, CE,Android</PLATFORM>
1654
+ <DESC>Enabling the scanner puts it in a state where it will respond to the trigger (on devices with a hardware trigger) or will accept a command to initiate a soft scan (start method). Scanned barcodes will be available to the application through the callback provided to this method. Only one scanner on the device can be enabled at any one time, to switch between the imager and camera scanners (for example) then first disable the currently enabled scanner. If you do not specify a callback to this method you will received the scanned data as keystrokes. Note that it is necessary to enable the scanner on WM/CE devices prior to being able to retrieve the state of properties.</DESC>
1655
+ <BACKWARDS_COMPATIBILITY state="false">
1656
+ <DESC>This method replaces Barcode.enable from RhoElements 2.2 and takes a different prototype, no longer taking a 'deviceName' parameter this method can now be called on the individual scanner instances returned by Barcode.enumerate to control which hardware scanner on the device is enabled. Please consider using Barcode.take if you only require a 'single shot' scan and Barcode.enable if your user will be using the trigger to return scan events.</DESC>
1657
+ </BACKWARDS_COMPATIBILITY>
1658
+ <PARAMS>
1659
+ <PARAM name="propertyMap" type="HASH" propertyHash="true">
1660
+ <DESC>Provide a set of properties to configure the scanner, for example enable specific symbologies or check digits.</DESC>
1661
+ <CAN_BE_NIL>
1662
+ <DESC>Not providing properties to this function will use the scanner's default properties, or those previously set on the Scanner instance.</DESC>
1663
+ </CAN_BE_NIL>
1664
+ </PARAM>
1665
+ </PARAMS>
1666
+ <CALLBACK type="HASH">
1667
+ <DESC>Not providing a callback to be invoked when a barcode is scanned will result in that barcode being output as keystrokes.</DESC>
1668
+ <PARAMS>
1669
+ <PARAM name="data" type="STRING">
1670
+ <DESC>The data decoded by the scanner or imaging device.</DESC>
1671
+ </PARAM>
1672
+ <PARAM name="source" type="STRING">
1673
+ <DESC>The source device and human readable decoder type of the decoded barcode or symbol.</DESC>
1674
+ </PARAM>
1675
+ <PARAM name="type" type="STRING">
1676
+ <DESC>Hex value representing the decoder type.</DESC>
1677
+ </PARAM>
1678
+ <PARAM name="time" type="STRING">
1679
+ <DESC>The time at which the decode occurred (hh:mm:ss)</DESC>
1680
+ </PARAM>
1681
+ <PARAM name="length" type="STRING">
1682
+ <DESC>The length of the decoded barcode or symbol.</DESC>
1683
+ </PARAM>
1684
+ <PARAM name="direction" type="STRING">
1685
+ <DESC>The direction the barcode was scanned, either forward, reverse or unavailable.</DESC>
1686
+ </PARAM>
1687
+ </PARAMS>
1688
+ </CALLBACK>
1689
+ </METHOD>
1690
+
1691
+ <METHOD name="registerBluetoothStatus" hasCallback="mandatory">
1692
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1693
+ <PLATFORM>WM</PLATFORM>
1694
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1695
+ <DESC>If you are using an RS507 barcode scanner you can register to receive connected or disconnected events through this method.</DESC>
1696
+ <CALLBACK type="HASH">
1697
+ <PARAMS>
1698
+ <PARAM name="status" type="STRING">
1699
+ <DESC>The message describing the bluetooth connection: BluetoothConnected, BluetoothDisconnected or BTScanAssociationBarcode. See below for further descriptions.</DESC>
1700
+ </PARAM>
1701
+ </PARAMS>
1702
+ </CALLBACK>
1703
+ </METHOD>
1704
+
1705
+ <METHOD name="start" hasCallback="none">
1706
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1707
+ <APPLIES msiOnly="true">Symbol Technologies' scanners</APPLIES>
1708
+ <DESC>Performs a soft trigger start, initiating a scan without pressing the hardware trigger. If the scan does not result in a decode it is necessary to perform a soft stop before another soft start.</DESC>
1709
+ <PLATFORM>WM, CE,Android</PLATFORM>
1710
+ </METHOD>
1711
+
1712
+ <METHOD name="stop" hasCallback="none">
1713
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1714
+ <APPLIES msiOnly="true">Symbol Technologies' scanners</APPLIES>
1715
+ <DESC>Performs a soft trigger stop.</DESC>
1716
+ <PLATFORM>WM, CE,Android</PLATFORM>
1717
+ </METHOD>
1718
+
1719
+ <METHOD name="disable" hasCallback="none">
1720
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1721
+ <APPLIES msiOnly="true">Symbol Technologies' scanners</APPLIES>
1722
+ <DESC>Disables the barcode scanner. This reverts the scanner to its default state and flushes any current decoder settings.</DESC>
1723
+ <PLATFORM>WM, CE,Android</PLATFORM>
1724
+ </METHOD>
1725
+
1726
+ <METHOD name="barcode_recognize" hasCallback="none" deprecated="true">
1727
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1728
+ <PLATFORM>iOS, Android</PLATFORM>
1729
+ <APPLIES>iOS/Android software recognizer</APPLIES>
1730
+ <DESC>Recognizes a barcode on an image. Returns a string with recognized code, or empty string if the barcode is not recognized.</DESC>
1731
+ <PARAMS>
1732
+ <PARAM name="imageFilePath" type="STRING">
1733
+ <DESC>Path to the image that contains the barcode to be recognized.</DESC>
1734
+ </PARAM>
1735
+ </PARAMS>
1736
+ <RETURN type="STRING">
1737
+ <DESC>String with recognized code, or empty string if the barcode is not recognized.</DESC>
1738
+ </RETURN>
1739
+ </METHOD>
1740
+
1741
+ <METHOD name="getSupportedProperties" hasCallback="optional">
1742
+ <DESC>Return array of properties supported by this scanner.</DESC>
1743
+ <APPLIES msiOnly="true">Symbol Technologies' scanners</APPLIES>
1744
+ <RETURN type="ARRAY">
1745
+ <DESC>Array of property names supported by this scanner.</DESC>
1746
+ <PARAM type="STRING"/>
1747
+ </RETURN>
1748
+ </METHOD>
1749
+
1750
+ <METHOD name="take" hasCallback="mandatory">
1751
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1752
+ <DESC>Enable the scanner and start capturing the barcode automatically. On Symbol Technologies' devices the amount of time to scan the barcode is defined by the scanTimeout property. On iPhone and Android if a barcode is found, the user can confirm barcode recognition, or continue to try to recognize the barcode. When the user confirms or cancels, the callback is called. Once the callback has been called the barcode hardware is disabled.This method will work only on scanners which support soft scan.</DESC>
1753
+ <PLATFORM>WM, CE, Android, iOS,WP8</PLATFORM>
1754
+ <PARAMS>
1755
+ <PARAM name="propertyMap" type="HASH" propertyHash="true">
1756
+ <DESC>Provide a set of properties to configure the scanner, for example enable specific symbologies or check digits.</DESC>
1757
+ <CAN_BE_NIL>
1758
+ <DESC>Not providing properties to this function will use the scanner's default properties, or those previously set on the Scanner instance.</DESC>
1759
+ </CAN_BE_NIL>
1760
+ </PARAM>
1761
+ </PARAMS>
1762
+ <CALLBACK type="HASH">
1763
+ <PARAMS>
1764
+ <PARAM name="barcode" type="STRING">
1765
+ <DESC>The data decoded by the scanner or imaging device.</DESC>
1766
+ </PARAM>
1767
+ <PARAM name="status" type="STRING">
1768
+ <DESC>Whether or not the barcode was successfully scanned, status will be 'ok' or 'cancel'</DESC>
1769
+ </PARAM>
1770
+ </PARAMS>
1771
+ </CALLBACK>
1772
+ </METHOD>
1773
+
1774
+ <METHOD name="take_barcode" deprecated="true" productException="eb">
1775
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1776
+ <APPLIES>iOS/Android software recognizer</APPLIES>
1777
+ <PLATFORM>iOS,WP8</PLATFORM>
1778
+ <DESC>Deprecated old method for Barcode.take().</DESC>
1779
+ <PARAMS>
1780
+ <PARAM name="rubyCallbackURL" type="STRING">
1781
+ <DESC>Ruby callback URL.</DESC>
1782
+ </PARAM>
1783
+ <PARAM name="propertyMap" type="HASH" propertyHash="true">
1784
+ <DESC>Provide a set of properties to configure the scanner, for example enable specific symbologies or check digits.</DESC>
1785
+ <CAN_BE_NIL>
1786
+ <DESC>Not providing properties to this function will use the scanner's default properties, or those previously set on the Scanner instance.</DESC>
1787
+ </CAN_BE_NIL>
1788
+ </PARAM>
1789
+ </PARAMS>
1790
+ </METHOD>
1791
+
1792
+ <METHOD name="commandRemoteScanner" hasCallback="none">
1793
+ <VER_INTRODUCED>4.0.0</VER_INTRODUCED>
1794
+ <PLATFORM>WM</PLATFORM>
1795
+ <APPLIES msiOnly="true">Symbol Technologies' Bluetooth barcode scanners, model RS507</APPLIES>
1796
+ <DESC>Instruct the connected RS507 scanner to perform some action.</DESC>
1797
+ <PARAMS>
1798
+ <PARAM name="command" type="STRING">
1799
+ <DESC>The action the RS507 scanner should perform, can be 'Disconnect' which disconnects the bluetooth RS507; 'unpair' which unpairs the RS507 from the device for association with another device; 'StartPaging' or 'StopPaging' which will cause the RS507 scanner to start or stop emitting a beep, to allow it to be located.</DESC>
1800
+ </PARAM>
1801
+ </PARAMS>
1802
+ </METHOD>
1803
+
1804
+ </METHODS>
1805
+
1806
+ <VER_INTRODUCED>1.0.0</VER_INTRODUCED>
1807
+ <PLATFORM>Android, iOS, WM</PLATFORM>
1808
+ <REMARKS>
1809
+ <REMARK title="Bluetooth Scanner Overview">
1810
+ <DESC>
1811
+ Once associated with the Device a Bluetooth Scanner will remain associated even after losing the BT connection. In order to associate a different Bluetooth scanner with the device it is necessary to scan the 'unpairing' barcode and then invoke the 'disabled' method followed by the 'enabled' method, this will allow you to scan the BT association barcode with a different scanner. You can override this default behavior using the disconnectBtOnDisable property.
1812
+
1813
+ The following messages will be received from the Bluetooth Scanner in the bluetoothStatus event:
1814
+
1815
+ **'BTScanAssociationBarcode'**
1816
+
1817
+ Means the device is ready to be associated with a BT scanner. You must scan the
1818
+ association barcode. It is only necessary to scan the association
1819
+ barcode when you first associate a scanner with the device, this pairing will be remembered until
1820
+ you scan the unpairing barcode.
1821
+
1822
+ **'BluetoothConnected'**
1823
+
1824
+ The remote scanner has successfully connected to the device.
1825
+
1826
+ **'BluetoothDisconnected'**
1827
+
1828
+ The remote scanner has become disconnected from the device, this may be due to loss of battery, being out
1829
+ of range or scanning the 'unpairing' barcode. The scanner will attempt to reconnect automatically for
1830
+ a period of time once it regains power or goes out of range, if it fails to reconnect after the specified
1831
+ timeout the reconnect button on the device should be pushed. Once the unpairing barcode is scanned
1832
+ it is necessary to disable the scanner and then re-enable it before another scanner can be associated.
1833
+ </DESC>
1834
+ </REMARK>
1835
+ <REMARK title="Viewfinder Position Parameters">
1836
+ <DESC>
1837
+ On Symbol Technologies' scanners the scanner viewfinder window is not infinitely resizable, when setting ViewFinderX, ViewFinderY, ViewFinderWidth and ViewFinderHeight ensure you do not exceed the size of the screen and it is recommended to use the same aspect ratio as your device. For applications designed to handle screen rotation it is recommended to use a scan window whose longest side will fit within both the screen width and screen height. If your viewfinder position fails to be applied it is recommended you query your log file to see which parameter is causing trouble, or reposition the window away from the edges of the screen.
1838
+ </DESC>
1839
+ </REMARK>
1840
+
1841
+ <REMARK title="Scanning and Camera Interaction">
1842
+ <DESC>In some device configurations the scanner and camera share the same hardware. Where two modules share the same physical hardware they cannot be enabled simultaneously, in this circumstance once the scanner is enabled it must be disabled before the camera can be used, and vice versa.</DESC>
1843
+ </REMARK>
1844
+
1845
+ <REMARK title="Get Scanner Properties">
1846
+ <DESC>On WM/CE, it is first necessary to enable the scanner before most of the properties can be retrieved. The case of scanner properties will differ across platforms. On WM/CE, some of the scanner properties are not exposed to set but can be retrieved. On Android, only supported scanner properties can be retrieved in "getAllProperties" method.</DESC>
1847
+ </REMARK>
1848
+
1849
+ <REMARK title="Set Scanner Properties">
1850
+ <DESC>On WM/CE, for some properties, it is first necessary to apply those properties before enabling the scanner.</DESC>
1851
+ </REMARK>
1852
+
1853
+ <REMARK title="Android Camera Barcode limitation">
1854
+ <DESC>As google barcode scanning library(Zxing library) supported only in Landscape mode. Barcode scanning window only appears at centre of screen in Landscape mode.</DESC>
1855
+ </REMARK>
1856
+
1857
+ <REMARK title="DataWedge Interaction With Native Apps" productException="eb">
1858
+ <DESC>In order to use the scanner with RhoElements Native Apps you will need to either disable DataWedge or create a DataWedge profile for your app.
1859
+ **Disabling Datawedge**
1860
+
1861
+ 1. Start the DataWedge app
1862
+ 2. Click the menu button > "Settings" and untick "DataWedge enabled".
1863
+
1864
+ **RhoElements Datawedge Profile**
1865
+
1866
+ 1. Install your RhoElements native app,
1867
+ 2. Start the DataWedge app
1868
+ 3. Click the menu button > "New Profile" and enter a name,
1869
+ 4. Click on the link to the new profile in the profile list,
1870
+ 5. Click on "Associated apps" in the "Applications" section,
1871
+ 6. Click the menu button > "New app/activity",
1872
+ 7. Select the package name for your app,
1873
+ 8. Select "*",
1874
+ 9. Click the "Back" capacitive button,
1875
+ 10. Make sure the "Profile enabled" checkbox is ticked.
1876
+ 11. Uncheck all three "Enabled" checkboxes under the sections of:
1877
+ "Barcode input", "Keystroke output" and "Intent output".
1878
+ </DESC>
1879
+ </REMARK>
1880
+ </REMARKS>
1881
+
1882
+ <EXAMPLES>
1883
+ <EXAMPLE title="Scan barcodes with the default scanner">
1884
+ <SECTIONS>
1885
+ <SECTION>
1886
+ <DESC>Getting started with barcode scanning is very straightforward. If you do not need to customize the defaults, you need very little code.</DESC>
1887
+ <CODE>
1888
+ <RUBY>
1889
+ <![CDATA[
1890
+ def scan_using_default_scanner
1891
+ # Scan with default options
1892
+ Rho::Barcode.take({}, url_for(:action => :scan_received))
1893
+ end
1894
+
1895
+ def scan_received
1896
+ # Did we actually find a barcode ?
1897
+ # If status is not 'ok', the scan was canceled
1898
+ if @params["status"] == "ok"
1899
+ Rho::Log.info(@params["barcode"],"Barcode result")
1900
+ else
1901
+ Rho::Log.info("canceled", "Barcode result")
1902
+ end
1903
+ end
1904
+ ]]>
1905
+ </RUBY>
1906
+ <JAVASCRIPT>
1907
+ <![CDATA[
1908
+ function scan_using_default_scanner(){
1909
+ // Scan with default options
1910
+ Rho.Barcode.take({}, scan_received);
1911
+ }
1912
+
1913
+ function scan_received(params){
1914
+ // Did we actually find a barcode ?
1915
+ // If status is not 'ok', the scan was canceled
1916
+
1917
+ if (params["status"]=="ok") {
1918
+ alert('Barcode scanning complete. Scanned barcode: '+params["barcode"]);
1919
+ } else {
1920
+ alert('Barcode scanning aborted');
1921
+ }
1922
+ Rho.Barcode.stop();
1923
+ }
1924
+ ]]>
1925
+ </JAVASCRIPT>
1926
+ </CODE>
1927
+ </SECTION>
1928
+ </SECTIONS>
1929
+ </EXAMPLE>
1930
+ <EXAMPLE title="Select which scanner to use">
1931
+ <SECTIONS>
1932
+ <SECTION>
1933
+ <DESC>By default, Rho::Barcode will select a hardware scanner if present on the device. If you want to let the user choose which scanner to use at any particular time, you must enumerate the available scanners and select one from the set.</DESC>
1934
+ <CODE>
1935
+ <RUBY>
1936
+ <![CDATA[
1937
+ # ---------------
1938
+ # controller.rb
1939
+ # ---------------
1940
+
1941
+ def choose_scanner
1942
+ # Obtain list of available scanners on the system. Devices without a hardware scanner will return a software-based recognizer
1943
+ $scanners = Rho::Barcode.enumerate
1944
+ render
1945
+ end
1946
+
1947
+ def scan_using_chosen_scanner
1948
+ # receive an integer as parameter, which represent the number of the scanner we wish to use
1949
+ scanner = $scanners[@params["scannerIndex"].to_i]
1950
+ scanner.take({}, url_for(:action => :scan_received_callback))
1951
+ end
1952
+
1953
+ def scan_received_callback
1954
+ # Did we actually find a barcode ?
1955
+ # If status is not 'ok', the scan was canceled
1956
+ if @params["status"] == "ok"
1957
+ Rho::Log.info(@params["barcode"],"Barcode result")
1958
+ else
1959
+ Rho::Log.info("canceled", "Barcode result")
1960
+ end
1961
+ end
1962
+
1963
+
1964
+ # ---------------
1965
+ # choose_scanner.erb
1966
+ # ---------------
1967
+ <ul data-role="listview">
1968
+ <% $scanners.each_with_index do |scanner, index| %>
1969
+ <li><a href="<%= url_for(:action => :scan_using_chosen_scanner, :query => {:scanner_index => index}) %>"><%= scanner.friendlyName %></li>
1970
+ <% end %>
1971
+ </ul>
1972
+ ]]>
1973
+ </RUBY>
1974
+ <JAVASCRIPT>
1975
+ <![CDATA[
1976
+ var scanners;
1977
+
1978
+ function choose_scanner(){
1979
+
1980
+ // Enumerate returns an array of scanner objects
1981
+ // Devices without a hardware scanner will return a software-based recognizer
1982
+ scanners = Rho.Barcode.enumerate();
1983
+ }
1984
+
1985
+ function scan_using_chosen_scanner(scanner_index) {
1986
+ var scanner = scanners[scanner_index];
1987
+ scanner.take({}, scan_received_callback);
1988
+ }
1989
+
1990
+ function scan_received_callback(params){
1991
+ // Did we actually find a barcode?
1992
+ // If status is not 'ok' the scan is canceled
1993
+ if (params["status"]=="ok") {
1994
+ alert('Barcode scanning complete. Scanned barcode: '+params["barcode"]);
1995
+ } else {
1996
+ alert('Barcode scanning aborted');
1997
+ }
1998
+ Rho.Barcode.stop();
1999
+ }
2000
+ ]]>
2001
+ </JAVASCRIPT>
2002
+ </CODE>
2003
+ </SECTION>
2004
+ </SECTIONS>
2005
+ </EXAMPLE>
2006
+ <EXAMPLE title="Set recognized symbologies">
2007
+ <SECTIONS>
2008
+ <SECTION>
2009
+ <DESC>Specify which symbologies the barcode scanner must recognize.</DESC>
2010
+ <CODE>
2011
+ <RUBY>
2012
+ <![CDATA[
2013
+ # For the purpose of this example, let's say our application only needs to recognize one type of barcode.
2014
+ # In that case, we will disable all decoders...
2015
+ Rho::Barcode.allDecoders = false
2016
+ # ... and enable only the one we are interested in:
2017
+ Rho::Barcode.upca = true
2018
+ # All other barcode symbologies will be ignored
2019
+ Rho::Barcode.take({}, url_for(:action => :scan_received_callback))
2020
+
2021
+ ]]>
2022
+ </RUBY>
2023
+ <JAVASCRIPT>
2024
+ <![CDATA[
2025
+ // For the purpose of this example, let's say our application only needs to recognize one type of barcode.
2026
+ // In that case, we will disable all decoders...
2027
+ Rho.Barcode.allDecoders = false;
2028
+ // ... and enable only the one we are interested in:
2029
+ Rho.Barcode.upca = true;
2030
+ // All other barcode symbologies will be ignored
2031
+ Rho.Barcode.take({}, scan_received_callback);
2032
+ ]]>
2033
+ </JAVASCRIPT>
2034
+ </CODE>
2035
+ </SECTION>
2036
+ </SECTIONS>
2037
+ </EXAMPLE>
2038
+ <EXAMPLE title="Control scanner properties">
2039
+ <SECTIONS>
2040
+ <SECTION>
2041
+ <DESC>Examples of setting barcode scanner properties.</DESC>
2042
+ <CODE>
2043
+ <RUBY>
2044
+ <![CDATA[
2045
+ # There are over 200 properties to fine-tune the barcode scanner functionality and adapt it to suit your application.
2046
+ # Almost all properties depend on the scanner hardware for support, please check the documentation to see if your device
2047
+ # supports a particular setting
2048
+
2049
+ # Here are examples of setting some of the properties. The documentation lists the acceptable values for each of them
2050
+
2051
+ # Aiming mode (visual cue):
2052
+ Rho::Barcode.aimMode = "none"
2053
+ Rho::Barcode.aimMode = "dot"
2054
+ Rho::Barcode.aimMode = "slab"
2055
+ Rho::Barcode.aimMode = "reticle"
2056
+
2057
+ # Aiming type (processing mode):
2058
+ Rho::Barcode.aimType = "trigger"
2059
+ Rho::Barcode.aimType = "timedHold"
2060
+ Rho::Barcode.aimType = "timedRelease"
2061
+ Rho::Barcode.aimType = "presentation"
2062
+ Rho::Barcode.aimType = "pressAndRelease"
2063
+ Rho::Barcode.aimType = "continuousRead"
2064
+
2065
+ # Generate an "Enter" keypress after a barcode is recognized. Useful for sending forms automatically after a scan
2066
+ Rho::Barcode.autoEnter = true
2067
+
2068
+ # Select the beam width of the scanner (only supported on some devices)
2069
+ Rho::Barcode.beamWidth = "normal"
2070
+ Rho::Barcode.beamWidth = "narrow"
2071
+ Rho::Barcode.beamWidth = "wide"
2072
+ ]]>
2073
+ </RUBY>
2074
+ <JAVASCRIPT>
2075
+ <![CDATA[
2076
+ // There are over 200 properties to fine-tune the barcode scanner functionality and adapt it to suit your application.
2077
+ // Almost all properties depend on the scanner hardware for support, please check the documentation to see if your device
2078
+ // supports a particular setting
2079
+
2080
+ // Here are examples of setting some of the properties. The documentation lists the acceptable values for each of them
2081
+
2082
+ // Aiming mode (visual cue):
2083
+ Rho.Barcode.aimMode = "none";
2084
+ Rho.Barcode.aimMode = "dot";
2085
+ Rho.Barcode.aimMode = "slab";
2086
+ Rho.Barcode.aimMode = "reticle";
2087
+
2088
+ // Aiming type (processing mode):
2089
+ Rho.Barcode.aimType = "trigger";
2090
+ Rho.Barcode.aimType = "timedHold";
2091
+ Rho.Barcode.aimType = "timedRelease";
2092
+ Rho.Barcode.aimType = "presentation";
2093
+ Rho.Barcode.aimType = "pressAndRelease";
2094
+ Rho.Barcode.aimType = "continuousRead";
2095
+
2096
+ // Generate an "Enter" keypress after a barcode is recognized. Useful for sending forms automatically after a scan
2097
+ Rho.Barcode.autoEnter = true;
2098
+
2099
+ // Select the beam width of the scanner (only supported on some devices)
2100
+ Rho.Barcode.beamWidth = "normal";
2101
+ Rho.Barcode.beamWidth = "narrow";
2102
+ Rho.Barcode.beamWidth = "wide";
2103
+ ]]>
2104
+ </JAVASCRIPT>
2105
+ </CODE>
2106
+ </SECTION>
2107
+ </SECTIONS>
2108
+ </EXAMPLE>
2109
+ <EXAMPLE title="Change audible options">
2110
+ <SECTIONS>
2111
+ <SECTION>
2112
+ <DESC>You can customize or eliminate the beep that the device emits when a barcode is recognized. Support and valid ranges for these values depend on the device.</DESC>
2113
+ <CODE>
2114
+ <RUBY>
2115
+ <![CDATA[
2116
+ # Maximum volume (default)
2117
+ Rho::Barcode.decodeVolume = 5
2118
+ # Low-pitched sound
2119
+ Rho::Barcode.decodeFrequency = 1000
2120
+ # One-second long
2121
+ Rho::Barcode.decodeDuration = 1000
2122
+
2123
+ Rho::Barcode.take({}, url_for(:action => :scan_received_callback))
2124
+ ]]>
2125
+ </RUBY>
2126
+ <JAVASCRIPT>
2127
+ <![CDATA[
2128
+ // Maximum volume (default)
2129
+ Rho.Barcode.decodeVolume = 5;
2130
+ // Low-pitched sound
2131
+ Rho.Barcode.decodeFrequency = 1000;
2132
+ // One-second long
2133
+ Rho.Barcode.decodeDuration = 1000;
2134
+
2135
+ Rho.Barcode.take({}, scan_received_callback);
2136
+ ]]>
2137
+ </JAVASCRIPT>
2138
+ </CODE>
2139
+ </SECTION>
2140
+ </SECTIONS>
2141
+ </EXAMPLE>
2142
+ </EXAMPLES>
2143
+ </MODULE>
2144
+ </API>