to top
Datalogic APIs
public interface

InputDevice

com.datalogic.decode.InputDevice
Known Indirect Subclasses

Class Overview

Interface representing an input device. The implementation will define the type of input device.

Summary

Nested Classes
enum InputDevice.Type Enumeration representing the type of input device. 
Public Methods
abstract String getName()
Returns the name of the input device.
abstract InputDevice.Type getType()
Returns the type of input device between the ones defined by the InputDevice.Type enumeration.

Public Methods

public abstract String getName ()

Added in revision 33

Returns the name of the input device.

Returns
  • The name of the input device.

public abstract 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.