Click or drag to resize

KeyboardManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.InputKeyboardManager

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 KeyboardManager : Object

The KeyboardManager type exposes the following members.

Constructors
  NameDescription
Public methodKeyboardManager
Initializes a new instance of the KeyboardManager class
Top
Properties
  NameDescription
Public propertyAdvancedKeyboard
Returns the AdvancedKeyboard
Public propertyAvailableTriggers
Returns the available triggers in the device.
Public propertyIsInputLocked
Tells if the input from keyboard is locked.
Public propertyJniPeerMembers
To be added.
Public propertyMappedIntents
Provides a IDictionary containing all the stored and active Android Intent mappings.
Public propertyMappedKeyCodes
Provides a IDictionary containing all the stored and active Android key codes mappings.
Public propertyMappedUnicodes
"Provides a IDictionary containing all the stored and active Character mappings.
Top
Methods
  NameDescription
Public methodClearAllMappings
Removes all the configured mappings.
Public methodClearMapping
Removes a single active mapping.
Public methodDisableKey
Disables completely a single physical key, through the VScanEntry
Public methodGetIntent
Returns current mapping between a physical key and an Intent.
Public methodStatic memberGetKeyboardLayout
Returns the physical keyboard layout.
Public methodGetKeyCode
Returns current mapping between a physical scan code key and an Android key code.
Public methodGetUnicode
Returns current mapping between a physical key and a unicode character.
Public methodIsKeyDisabled
Checks if a physical key is disabled.
Public methodLockInput
Locks or unlocks the input from keyboard and physical buttons.
Public methodMapIntent
To be added.
Public methodMapKeyCode
Assigns a virtual key code to a physical key.
Public methodMapUnicode
Assigns a unicode character to a physical key.
Top
Fields
  NameDescription
Public fieldStatic memberTriggerIdAutoscan
ID for AutoScan trigger.
Public fieldStatic memberTriggerIdFront
ID for Front trigger.
Public fieldStatic memberTriggerIdLeft
ID for Left trigger.
Public fieldStatic memberTriggerIdMotion
ID for Motion trigger.
Public fieldStatic memberTriggerIdPistol
ID for Pistol trigger.
Public fieldStatic memberTriggerIdRight
ID for Right trigger.
Top
Remarks
This class provides access to keyboard related methods of the device.

[Android Documentation]

See Also