Click or drag to resize

BarcodeManagerKeycodeBarcode Property

Android keycode representing the scanning functionality, in accordance with [!: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]

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int KeycodeBarcode { get; }

Property Value

Type: Int32
Remarks

Android keycode representing the scanning functionality, in accordance with [!: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]

.

It is possible to associate a device generic button to the scanning functionality through the mapping mechanism and the VScanEntry

, this means a specific scan code can be mapped to the desired Android keycode.

[Android Documentation]

See Also