Mobile Development Tools Reference
BarcodeScanningService Class

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)

Syntax

Visual Basic (Declaration)
Public Class BarcodeScanningService
    Implements IRolePadConfigurable, IDisposable
Visual Basic (Usage)
Dim instance As BarcodeScanningService
C#
public class BarcodeScanningService : IRolePadConfigurable, IDisposable
C++
public ref class BarcodeScanningService : IRolePadConfigurable, IDisposable
J#
public class BarcodeScanningService implements IRolePadConfigurable, IDisposable
JScript
public class BarcodeScanningService implements IRolePadConfigurable, IDisposable
Remarks

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.

NoteNote

"Barcode scanner" refers to the hardware that scans barcodes. "Barcode reader" refers to the software used to scan barcodes.

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Mobile.Components.Services.BarcodeScanningService
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Page view tracker