Click or drag to resize

KeyboardManagerClearMapping Method

Removes a single active mapping.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual int ClearMapping (Com.Datalogic.Device.Input.VScanEntry scanCode);

Parameters

scanCode
Type: Com.Datalogic.Device.Input.VScanEntry
a VScanEntry representing the virtual scan code, mapped that must be removed.

Return Value

Type: System.Int32
int DeviceException.SUCCESS in case of success, otherwise a possible error code, matching one of the DeviceException error constants.

Exceptions
Exception Condition
DeviceException in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks
Removes a single active mapping. The current active mapping for the selected VScanEntry, if existing, is removed.

[Android Documentation]

See Also

Reference