A service that creates an instance of
BarcodeReader for reading data in a tasklet that is obtained from a barcode scanner.
Namespace: Microsoft.Dynamics.Mobile.Components.Services
Assembly: Microsoft.Dynamics.Mobile.Framework.Runtime (in microsoft.dynamics.mobile.framework.runtime.dll)
Visual Basic (Declaration)
Public Class BarcodeScanningService
Implements IRolePadConfigurable, IDisposable
Dim instance As BarcodeScanningService
public class BarcodeScanningService : IRolePadConfigurable, IDisposable
public ref class BarcodeScanningService : IRolePadConfigurable, IDisposable
public class BarcodeScanningService implements IRolePadConfigurable, IDisposable
public class BarcodeScanningService implements IRolePadConfigurable, IDisposable
GetReader gets an instance of a BarcodeReader for a specific tasklet and the configured barcode scanner.
This is a test.
The BarcodeReader operates on the underlying IBarcodeScanner only if the Tasklet instance is active.
Note |
|---|
| "Barcode scanner" refers to the hardware that scans barcodes. "Barcode reader" refers to the software used to scan barcodes. |
System.Object
Microsoft.Dynamics.Mobile.Components.Services.BarcodeScanningService
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.