Click or drag to resize

InputType Class

The is an enumeration defining the input device to use for capturing frames. The type is one of:
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.InputType

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class InputType : Enum

The InputType type exposes the following members.

Properties
NameDescription
Public propertyCameraFront
To be added.
Public propertyCameraRear
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyScanengine
Scan Engine.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The InputType is an enumeration defining the input device to use for capturing frames. The type is one of:
SCANENGINE Scan Engine
CAMERA_REAR Rear Camera
CAMERA_FRONT Front Camera

[Android Documentation]

See Also