Click or drag to resize

DLKeyEvent Class

DLKeyEvent defines the custom Datalogic's keycodes.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Input.DLKeyEvent

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 DLKeyEvent : Enum

The DLKeyEvent type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyKeycodeBarcode
To be added.
Public propertyKeycodeBatterySwap
To be added.
Public propertyKeycodeOcrDecode
To be added.
Public propertyKeycodePushToTalk
To be added.
Public propertyKeycodeScannerInputSwitch
To be added.
Public propertyKeycodeSos
To be added.
Public propertyKeycodeUnknown
To be added.
Public propertyKeyCodeValue
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodGetAvailableDLKeyEvents
Retrieves the array of all available DLKeyEvent.
Public methodGetKeyCodeType
Retrieves the corresponding DLKeyEvent value, from a valid integer.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
DLKeyEvent defines the custom Datalogic's keycodes.

[Android Documentation]

See Also