Click or drag to resize

ScanEngineInputDevice Class

Input device representing the Scan Engine. If this is set as the current input device in the BarcodeManager, the frames will be captured from the Scan Engine.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.ScanEngineInputDevice

Namespace: Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ScanEngineInputDevice : Object, 
	IJavaObject, IDisposable, IJavaPeerable

The ScanEngineInputDevice type exposes the following members.

Constructors
NameDescription
Public methodScanEngineInputDevice
Initializes a new instance of the ScanEngineInputDevice class
Public methodScanEngineInputDevice
Initializes a new instance of the ScanEngineInputDevice class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyName
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyType
To be added.
Top
Remarks
Input device representing the Scan Engine. If this is set as the current input device in the BarcodeManager, the frames will be captured from the Scan Engine.

[Android Documentation]

See Also