public class

AdvancedKeyboard.Info

extends Object
java.lang.Object
   ↳ com.datalogic.device.input.AdvancedKeyboard.Info

Class Overview

Class that stores the info related to the installed keyboard configuration. It can be retrieved by using the getInfo method.

Summary

Public Methods
String getAuthor()
Gets the author of the currently installed keyboard configuration.
String getDate()
Gets the creation date of the currently installed keyboard configuration.
String getDescription()
Gets the description of the currently installed keyboard configuration.
String getName()
Gets the name of the currently installed keyboard configuration.
AdvancedKeyboard.PersistenceType getPersistenceType()
Gets the persistence type of the currently installed keyboard configuration.
int getRevision()
Gets the revision of the currently installed keyboard configuration.
int getVersion()
Gets the version of the currently installed keyboard configuration.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAuthor ()

Added in revision 22

Gets the author of the currently installed keyboard configuration.

Returns
  • Keyboard configuration author.

public String getDate ()

Added in revision 22

Gets the creation date of the currently installed keyboard configuration.

Returns
  • Keyboard configuration creation date.

public String getDescription ()

Added in revision 22

Gets the description of the currently installed keyboard configuration.

Returns
  • Keyboard configuration description.

public String getName ()

Added in revision 22

Gets the name of the currently installed keyboard configuration.

Returns
  • Keyboard configuration name.

public AdvancedKeyboard.PersistenceType getPersistenceType ()

Added in revision 22

Gets the persistence type of the currently installed keyboard configuration.

Returns
  • Keyboard configuration persistence type.

public int getRevision ()

Added in revision 22

Gets the revision of the currently installed keyboard configuration.

Returns
  • Keyboard configuration revision.

public int getVersion ()

Added in revision 22

Gets the version of the currently installed keyboard configuration.

Returns
  • Keyboard configuration version.