public class

VScanEntry

extends Object
java.lang.Object
   ↳ com.datalogic.device.input.VScanEntry

Class Overview

This class stores a virtual key scan code entry.

Summary

Public Constructors
VScanEntry(int vScanCode, int vScanMeta)
The VScan code is the physical scan code.
VScanEntry(int vScanCode)
The VScan code is the physical scan code.
Public Methods
int getVScanCode()
Gets the internal VScan code value.
int getVScanMeta()
Gets the internal VScan meta value.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VScanEntry (int vScanCode, int vScanMeta)

Added in revision 35

The VScan code is the physical scan code.
Use com.datalogic.device.input.KeyboardManager.VScanCode constant identifiers for physical keys

Parameters
vScanCode It specifies the VScan code.
vScanMeta It specifies the VScan meta.

public VScanEntry (int vScanCode)

Added in revision 1

The VScan code is the physical scan code.
Use com.datalogic.device.input.KeyboardManager.VScanCode constant identifiers for physical keys

Parameters
vScanCode It specifies the VScan code.

Public Methods

public int getVScanCode ()

Added in revision 1

Gets the internal VScan code value.

Returns
  • the VScanCode as an integer value.

public int getVScanMeta ()

Added in revision 35

Gets the internal VScan meta value.

Returns
  • the VScanMeta as an integer value.