to top
Datalogic APIs
public class

ScanEngineInputDevice

extends Object
implements InputDevice
java.lang.Object
   ↳ com.datalogic.decode.ScanEngineInputDevice

Class Overview

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.

Summary

Public Constructors
ScanEngineInputDevice()
Public Methods
String getName()
Returns the name of the input device.
InputDevice.Type getType()
Returns the type of input device between the ones defined by the InputDevice.Type enumeration.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.datalogic.decode.InputDevice

Public Constructors

public ScanEngineInputDevice ()

Added in revision 33

Public Methods

public String getName ()

Added in revision 33

Returns the name of the input device.

Returns
  • The name of the input device.

public InputDevice.Type getType ()

Added in revision 33

Returns the type of input device between the ones defined by the InputDevice.Type enumeration.

Returns
  • The type of input device.