I'm creating a scan application for the TC21 using Xamarin forms and Datawedge. I have the scanner app working with the hard scan triggers on the device. But how would i code your app to use a button in xamarin forms view to trigger the scanner. Like in your DWDemo app the comes with the device. I would also like to configure continuous scan.
How to implement soft scan trigger with Xamarin using Datawedge// Expert user has replied. |
1 Replies
To initiate scanning with a scan button, you can use Soft Scan Trigger from the DataWedge intent API: https://techdocs.zebra.com/datawedge/latest/guide/api/softscantrigger/&…;
To configure continuous scan, use SetConfig and set the aim_type to continuous read: https://techdocs.zebra.com/datawedge/latest/guide/api/setconfig/