Click or drag to resize

KeyWedgeMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationKeyWedgeMode

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class KeyWedgeMode : Enum

The KeyWedgeMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCommitText
Commit Text
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberKeyPressure
Key Pressure
Public propertyStatic memberTextInjection
Text Injection
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
KeyWedgeMode is an enumeration defining the different KeyboardWedge input methodologies. The type is one of:
TEXT_INJECTIONInject the data, in form of text, directly in the text area
KEY_PRESSUREEmulate the pressure of the keyboard keys
COMMIT_TEXTInject the printable characters in form of text directly in the text area and emulate the pressure of keyboard keys for not printable keys

[Android Documentation]

See Also