Click or drag to resize

KeyCodeEntry Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.InputKeyCodeEntry

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class KeyCodeEntry : Object

The KeyCodeEntry type exposes the following members.

Constructors
  NameDescription
Public methodKeyCodeEntry(Int32)
Initializes a new instance of the KeyCodeEntry class
Public methodKeyCodeEntry(Int32, Int32)
Initializes a new instance of the KeyCodeEntry class
Top
Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyKeyCode
Gets the internal Android KeyCode value.
Public propertyMetaState
Gets the internal Android meta state value.
Top
Remarks
This class stores an Android KeyCode entry, as defined in [!:NoType:http://datalogic.github.io/android-sdk-docs/reference/android/view/KeyEvent;Href=http://datalogic.github.io/android-sdk-docs/reference/android/view/KeyEvent.html]

[Android Documentation]

See Also