public class

AdvancedKeyboard.Resources

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

Class Overview

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

Summary

Public Methods
byte[] getImage()
Gets the keyboard image stored in the configuration, as a byte array.
String getImageFormat()
Gets the image format.
String getJson()
Gets the full keyboard configuration as a JSON string.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public byte[] getImage ()

Added in revision 22

Gets the keyboard image stored in the configuration, as a byte array.

Returns
  • Keyboard configuration image.

public String getImageFormat ()

Added in revision 22

Gets the image format.

Returns
  • A string representing the image format in use. Currently, the only supported format is "PNG".

public String getJson ()

Added in revision 22

Gets the full keyboard configuration as a JSON string. This includes all the keyboard mapping and additional keyboard parameters.

Returns
  • Keyboard configuration as JSON string.